近似的可以这样
select * from tbname 
where rowid=(select max(rowid) from tbname);