首页 > 代码库 > oracle 取随机数据

oracle 取随机数据

--取随机数据select dbms_random.value from dual;select * from temp_tpg_qyxx sample(1); --百分比

 

oracle 取随机数据