Hi,
Is there a way to fetch the last few rows from a table? Suppose i want last 5 rows. How can i do this?
If i do an order by descending and fetch first 5 rows, the order may differ from the actual order in which rows were inserted into the table.
Please suggest.