select dbms_random.value from dual 2. Decimals within a specified range (0 ~ 100) select dbms_random.value(0,100) from dual
確定! 回上一頁