oracle分页

select * from (select row_.*,rownum rownum_ from (select * from student c ) row_ where rownum<=24) where rownum_>12

posted @ 2014-02-26 14:13  IT一族  阅读(148)  评论(0)    收藏  举报