select dbms_random.random from dual;. 隨機從emp表中獲取3條記錄 select * from (select * from scott.emp order by dbms_random.random) where ...
確定! 回上一頁