如何用 mysql 按概率随机查询

如何用 mysql 按概率随机查询,第1张

可以试试 select * from products,products_description where products.master_categories_id=67 and products.products_id=products_description.products_id order by rand(10) limit 20

这是随机抽取前20条,主要是用到 order by rand()

select * from test_00

union all

select * from test_01

union all

select * from test_02


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/8786099.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-21
下一篇 2023-04-21

发表评论

登录后才能评论

评论列表(0条)

保存