答:解1: select top 10 * from A where id not in (select top 30 id
fromA)
解2: select top 10 * from A where id >(select max(id) from (select
top30 id from A )as A)
名称(*)
邮箱
网址
正文(*)
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。