select dbms_random.random from dual;; 取0到1的亂數; select dbms_random.avlue from dual;; 取指定範圍的亂數; select dbms_random.value(1, ...
確定! 回上一頁