You can use ROWNUM to limit the number of rows returned by a query, as in this example: SELECT * FROM employees WHERE ROWNUM < 10;. If an ORDER BY clause ...
確定! 回上一頁