trzxycx 发表于 2016-10-20 10:11:54

MySQL随机取出10条数据

select top 10 * from tablename order by newid();
页: [1]
查看完整版本: MySQL随机取出10条数据