当前位置:主页 > >

取随机记录的语句

时间:2020-12-02 12:19:20 | 栏目: | 点击:

mysql: select * from tablename order by rand() limit 10
sqlserver: select top 10 * from tablename order by NEWID()

您可能感兴趣的文章:

相关文章