select * from (select rownum,name from table where rownum <=endIndex ) where rownum > startIndex
Tags: rownum select where from 語句 startIndex
文章來源:
select * from (select rownum,name from table where rownum <=endIndex ) where rownum > startIndex
文章來源: