id如果是自增的话,可以用select top 1 * from table order id desc也可以通过其它的字段来获得,
select * from table where table.字段1='刚插入字段1的值' and table.字段1='刚插入的字段2的值'