Returning top 1000 rows
Hi guys,
I am new here and I have the dummest question ever, but I don't have the Oracle documentation with me here so here it is: How do I return just the top N rows in a query?
Something like: select top 1000 account_number
from bill_invoice
Does anyone knows how to do it?
thank you
Marcelo Lopes
Rio de Janeiro - Brazil