Return last 100 rows?
3073May 15 2003 — edited Aug 6 2003Hi,
I am wondering if there is any new function/clause(other then order by) to use in sql statement to return the specific number of rows from the end of the table (e.g. last 100 rows). I need something to be faster the order by.
Thanks