为了账号安全,请及时绑定邮箱和手机立即绑定

sql分页显示并排序

sql分页显示并排序

当年话下 2018-12-06 23:40:52
String sql="select top ("+pageSize+") * from userinfo where id"  +" not in(select top (("+(pageIndex-1)+")*"+pageSize+") id from userinfo)";     我想分页同时根据id进行排序desc 哪位帮我改改!
查看完整描述

1 回答

?
富国沪深

TA贡献1790条经验 获得超9个赞

String sql="select top ("+pageSize+") * from userinfo where id" 
 +" not in(select top "+(pageIndex-1)*pageSize+" id from userinfo order by id) order by id";
查看完整回答
反对 回复 2019-01-07
  • 1 回答
  • 0 关注
  • 615 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信