mysql 随机提取多少行

eelq

关注

阅读 18

2024-11-04

简单粗暴有性能问题的

select * 
from table_name 
where 
biz_date = curdate() 
order by rand() 
limit 10


相关推荐

精彩评论(0)

0 0 举报