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