Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Find Plan Hash value fphv.sql Oracle
  • Kernel Parameter setting explaination for Processes Parameter Linux/Unix
  • Generating XML from SQLPLUS Oracle
  • tar and untar a dolder with all its subfolder. Linux/Unix
  • Drop tempfiles from database Oracle
  • Very Good Oralce Internal Tuning Book Oracle
  • Default User Profile Oracle
  • Disbaling DBA_SCHEDULER_JOBS Oracle
  • Resolving RMAN Hung Jobs Oracle
  • Exadata Basics Oracle
  • Oracle 10g Installation/Applying Patches Tips Oracle
  • Histogram information Oracle
  • Find Stale DR Physical Standby Oracle
  • MYSQL and Oracle Comparison for Oracle DBA MYSQL
  • _B_TREE_BITMAP_PLANS issue during 8.1.7 to 9.2.0.8 upgrade Oracle

Order by with ROWNUM

Posted on 03-Jan-2007 By Admin No Comments on Order by with ROWNUM

18:02:01 PVM@AWRTEST:-> select * from pvm1;

NO

———

100

20

40

1

2

200

24

7 rows selected.

Elapsed: 00:00:00.01

18:02:17 PVM@AWRTEST:-> select no from ( select no, row_number() over (order by no desc) r from pvm1) where r=2;

NO

———

100

1 row selected.

Elapsed: 00:00:00.02

18:02:38 PVM@AWRTEST:-> select no from ( select no, row_number() over (order by no ) r from pvm1) where r=1;

NO

———

1

1 row selected.

Elapsed: 00:00:00.01

Oracle, SQL scripts

Post navigation

Previous Post: xargs use
Next Post: Sort with ASCII order and Numeric Order

Related Posts

  • Oracle 11g Training on 29JAN1010 Oracle
  • Remove duplicate rows from table Oracle
  • Global Unique Identifier Generation in Oracle 9.2 SYS_GUID() Oracle
  • create trigger syntax Oracle
  • get_aix_vmstat.ksh Oracle
  • block_ident.sql Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Django (0)
  • GIT (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (393)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (342)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • Complete Git Tutorial for Beginners25-Dec-2025
  • Postgres DB user and OS user.25-Dec-2025
  • Trace a SQL session from another session using ORADEBUG30-Sep-2025
  • SQL Server Vs Oracle Architecture difference25-Jul-2025
  • SQL Server: How to see historical transactions25-Jul-2025
  • SQL Server: How to see current transactions or requests25-Jul-2025
  • T-SQL Vs PL/SQL Syntax25-Jul-2025
  • Check SQL Server edition25-Jul-2025
  • Checking SQL Server Version25-Jul-2025
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • grep multuple patterns Linux/Unix
  • Optimizer_Index init.ora parameter explaination. Oracle
  • V$INSTANCE of Oracle in MYSQL MYSQL
  • temp_use.sql diplays usage of temp ts Oracle
  • Passing from Unix to PLSQL using bind variables Linux/Unix
  • Caching sequence in Memory Oracle
  • DETERMINING WHICH INSTANCE OWNS WHICH SHARED MEMORY & SEMAPHORE SEGMENTS Oracle
  • reset Sequence Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme