1、小数( 0 ~ 1) select dbms_random.value from dual ;--2、指定范围内的小数( 0 ~ 100 ) select dbms_random.value(0100) from dual ;--3、指定范围 ...
確定! 回上一頁