Select random rows in Oracle. SELECT column FROM ( SELECT column FROM table ORDER BY dbms_random.value ) WHERE rownum <= 10 [/code] ...
確定! 回上一頁