会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
myyismyy
博客园
首页
新随笔
联系
订阅
管理
2020年6月11日
分页
摘要: n (n-1)*10+1 n*10 select * from student where sno>=(n-1)*10+1 and sno<=n*10; 写法前提:必须id连续,否则无法满足每页显示10个数据select rownum,t* from student t where rownum>=
阅读全文
posted @ 2020-06-11 17:14 myyismyy
阅读(130)
评论(0)
推荐(0)
公告