Hi , I want to get, say the last 3 records
from a table according to an ascending ID (where ID is a integer)
eg
in oracle i could do , say,
select * from X
order by ID
and rownum < 4 ;
this would get me the 3 most recent records (assuming ID+1 is always added as the new ID)
Is there...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.