摘要: --top not in方式 select top 条数 * from tablename where Id not in (select top 条数*页数 Id from tablename) --ROW_NUMBER() OVER()方式 select * from ( select *, R 阅读全文
posted @ 2017-06-20 13:13 仰望-星空 阅读(209) 评论(0) 推荐(0) 编辑