select * from (
select rownum id,t.* from v_yjxx t where rownum<=20) tt
where tt.id>=11;