Mysql
 sql >> Database >  >> RDS >> Mysql

Perché questa query MySQL che utilizza rand() non dovrebbe restituire risultati circa un terzo delle volte?

SELECT *
FROM itemproperty 
ORDER BY RAND() * rarity DESC
LIMIT 1