select trunc(dbms_random.value(0,100)) from dual ;. --4、長度為20的隨機數字串. select substr(cast(dbms_random.value as varchar2(38)),0,10) ...
確定! 回上一頁