随机排序函数
dbms_random.value()
用法:select * from tablename order by dbms_random.value()

行数字段
rownum
用法:select * from tablename where rownum<=10

相关文章:

  • 2022-12-23
  • 2022-02-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-03
  • 2022-01-01
猜你喜欢
  • 2021-10-04
  • 2022-12-23
  • 2021-11-27
  • 2021-12-13
  • 2021-06-20
  • 2022-12-23
  • 2021-12-11
相关资源
相似解决方案