摘要: 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)