Take the random record.

xiaoxiao2021-03-06  43

MySQL: Select * from tablename Order by rand () Limit 10

SQLSERVER: SELECT TOP 10 * from tablename Order by newid ()

转载请注明原文地址:https://www.9cbs.com/read-62855.html

New Post(0)