对某个字段设置01-99的随机数:

update table_name set type = trunc(DBMS_RANDOM.value(01,100));

 

更多推荐