求助,关于TP的union

浏览:252 发布日期:2017/06/18 分类:求助交流
SELECT * FROM (select TOP 99.999999 PERCENT * from [table] where notice=0 order by begintime) a union SELECT * FROM (select TOP 99.999999 PERCENT * from [table] where notice=1 order by begintime desc) b 这样怎么查询?用union,因为要分页
最佳答案
评论( 相关
后面还有条评论,点击查看>>