oracle如何返回随机数据


[code]
select *
from(
select * from tab
order by dbms_random.random
)
where rownum <10
[/code]


发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注