ตัวอย่างที่น่าจะถูกนะ
1. select *
from (select * from (select * from test order by f_test ))
where rownum between 1 and 10
2. select * from
( select rownum mynum ,art_id,art_document_url from articlesfeeds art)
where mynum between $start and $topics_per_pages
order by $sortby;