Richard W. Zurbuchen wrote:
select * from table_name where rownum <= 10
"frank" <frankw@qd.lucent.com> schrieb im Newsbeitrag
news:a9e2h7$mm4@nntpa.cb.lucent.com...
Hi,
I want to know how can I get the first 10 rows of a table's data.
(Oracle 8.1.6)
Thanks in advance
Frank
What is your meaning of the first ten rows. Oracle does not store
the Rows in any order and does not fetch rows in any order ... the Above
query will just get u the first 10 Rows that oracle has fetched.
Regards,
Ganesh R
--
===================================
[Additions and Corrections Welcome]
Regards,
Ganesh R
===================================
Received on Mon Apr 15 2002 - 05:05:03 CDT