首页
学习
活动
专区
工具
TVP
发布
社区首页 >问答首页 >求解一个sql查询语句?

求解一个sql查询语句?

提问于 2017-11-29 11:38:27
回答 1关注 0查看 186

select top 50 * from pagetest

where not exists

(select 1 from (select top 9900 id from pagetest order by id)a where a.id=pagetest.id)

order by id

pagetest是表名 a是别名吗? 要是别名的话怎么分的页啊?可以详细介绍一下嘛?

回答

和开发者交流更多问题细节吧,去 写回答
相关文章

相似问题

相关问答用户
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档