阅读背景:

在SQL SERVER中查询数据库中第几条至第几条之间的数据SQL语句写法

来源:互联网 

 

select top 20 * from 表
where id not in (select top 10 id from 表 order by id) where id not in (s




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: