oracle更具uuid排序后进行分页

oracle查询分页。一个demo,可以借用。

  select a.unid from ( select t.unid,rownum rowno from DEV_REG_CFG_CAMERA t where rownum <= 20 ) a where a.rowno >= 11;

 
posted @ 2019-04-16 10:24  护花使者  Views(427)  Comments(0Edit  收藏  举报