A admin Administrator Staff member Aug 20, 2008 #1 with MYSQL, you can write a statement as billow: SELECT * FROM table_name WHERE ...... ORDER BY .... LIMIT 10,5; but with ORACLE, how can I implement the function as above?
with MYSQL, you can write a statement as billow: SELECT * FROM table_name WHERE ...... ORDER BY .... LIMIT 10,5; but with ORACLE, how can I implement the function as above?