MS SqlServer :

select top N *

from Table1

order by NewId()

 

mySql:

SELECT FROM tableName ORDER BY rand()

相关文章:

  • 2022-02-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-17
  • 2021-11-16
猜你喜欢
  • 2022-12-23
  • 2022-02-11
  • 2021-08-02
  • 2021-11-06
  • 2022-12-23
  • 2021-09-02
相关资源
相似解决方案