Select a random row with oracle: SELECT column FROM (SELECT column FROM table ORDER BY dbms_random.value) WHERE rownum = 1;.
確定! 回上一頁