No.1
select * top 1 from table1No.2
select * from table1 where id=(select max(id) from table1)