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 -> Re: Selects only the first 200 records aftering ordering from a table.

Re: Selects only the first 200 records aftering ordering from a table.

From: Paweł Plichta <Pawel_Plichta_at_netia.pl>
Date: Thu, 16 Apr 1998 16:29:40 +0200
Message-ID: <6h54kc$6br$1@info.nask.pl>


I don’t know watch does FIRST mean, but try
SELECT A, B, C
FROM table
WHERE Condition
AND rownum < 500
ORDER BY rowid , C, B

Colin Woods napisał(a) w wiadomości: <3535FC1F.1FE9_at_hotmail.com>...
>Folks,
>
>Can anyone help me ?
>
>I have a large table, where I only want to select up to a maximum of 500
>records.

.....
>
>Colin Woods.
Received on Thu Apr 16 1998 - 09:29:40 CDT

Original text of this message

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