如题。。。
[code="java"]表 table id 主键SELECT * FROM table WHERE id NOT IN(SELECT TOP 1 id FROM table)[/code]