oracle如何返回随机数据

2007年三月15日 由 贝贝爸 Leave a reply »
  1. select *
  2. from(
  3. select * from tab
  4. order by dbms_random.random
  5. )
  6. where rownum <10

Popularity: 16%

相关文章

Advertisement

Leave a Reply

很抱歉评论不显示链接,发表垃圾评论徒劳。