First, randomly extract data. select * from ( select * from table_name order by dbms_random.value ) where rownum < N;. Explanation:.
確定! 回上一頁