Hi

Use Rowid..

Ex:
select * from emp where rowid in (select max(rowid) from emp);

I hope it works..