0
点赞
收藏
分享

微信扫一扫

mysql 随机提取多少行

eelq 2024-11-04 阅读 12

简单粗暴有性能问题的

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


举报

相关推荐

0 条评论