例子select b.* from ( select rownum num, a.* from (select * from cw_mtg t ) a where rownum <= 30) b where b.num >20