oracle分页查询
摘要:
select * from (select t.*,rownum startPage from data_attr t where rownum<=(5*2) and sensor_id='CCD') where startPage>=(5*(2-1)+1) 阅读全文
posted @ 2017-05-10 09:10 波神 阅读(122) 评论(0) 推荐(0) 编辑
2017年5月10日 #
posted @ 2017-05-10 09:10 波神 阅读(122) 评论(0) 推荐(0) 编辑