If you just need any integer random number, this would do the job: select round(dbms_random.value(1,100),0) as random_number from dual;.
確定! 回上一頁