Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: SELECT First(columnsname) from Tabel
as first just returns the first record of a recordset this is equivalent to
select (whatever) from table
where rownum = 1;
-- Niall Litchfield Oracle DBA Audit Commission UK "Nijntje" <NO_SPAMavanrossem_at_hotmail.com> wrote in message news:8itadh$l2v$1_at_nereid.worldonline.nl...Received on Fri Jun 23 2000 - 00:00:00 CDT
> In MS-Access i can use the select first( - statement (SELECT
> First(columnsname) from Tabel)
>
> How can i do it in Oracle ???
>
> Thank u all very much,
> Andre van Rossem
> The Netherlands
>
>
>
![]() |
![]() |