Access语法:SELECT top 10 * From 表名 ORDER BY Rnd(id)

Sql server:select top n * from 表名 order by newid()

mysql select * From 表名 Order By rand() Limit n

相关文章:

  • 2021-06-08
  • 2021-12-21
  • 2021-06-30
  • 2021-09-17
  • 2022-12-23
  • 2021-12-17
  • 2022-01-23
  • 2022-12-23
猜你喜欢
  • 2021-12-26
  • 2022-01-17
  • 2022-12-23
  • 2021-10-06
  • 2021-09-14
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案