Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> TOP N syntax in Oracle 9i.

TOP N syntax in Oracle 9i.

From: Đuro Dretvić <Djuro.Dretvic_at_Infodom.hr>
Date: Mon, 29 Apr 2002 15:58:01 +0200
Message-ID: <aajja6$5cl$1@sunce.iskon.hr>


Greetings !!!

How do I retrieve first N rows from table or view in Oracle 9i ?

Example of T-SQL in MS SQL Server 2000.

N= 20

SELECT TOP 20 FROM DEPT; Regards Dj. Received on Mon Apr 29 2002 - 08:58:01 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US