Retrieve the Last n Records from an Oracle database
843859Aug 18 2005 — edited Nov 20 2014Please help me with how to retrieve the last n (say, 4) records from an Oracle database (i.e. the last 4 records).
The statement can be:
SELECT * from TableName ????;
I put * there because all columns of every single record will be needed.