mssql数据库查询从第N条开始
程序员文章站
2022-04-26 22:37:55
...
mssql数据库查询从第N条开始
select * from table where id not in (select top 6 id from table)