1、從表中隨機取記錄. select * from (select * from staff order by dbms_random.random). where rownum < 4. 表示從staff表中隨機取3條記錄.
確定! 回上一頁