Access:
select top n * from table order by rnd(id)'id为数据库的自动编号字段

Sql Server:
select top n * from table order by newid()

相关文章:

  • 2021-06-03
  • 2022-01-05
  • 2022-12-23
  • 2022-12-23
  • 2021-08-03
  • 2022-12-23
猜你喜欢
  • 2021-10-30
  • 2021-06-11
  • 2022-12-23
  • 2022-12-23
  • 2022-03-03
  • 2022-12-23
相关资源
相似解决方案