Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> fast select of first row on Oracle table...
How can I select the first row in a table...
I thought of doing.
select * from dbstruct where recno=(select min(recno) from dbstruct)
but this invlove table scanning which shouln't be necessary...
I just want the first row...Fast!
Please help...
-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Thu Mar 04 1999 - 04:29:59 CST
![]() |
![]() |