Comment mettre à jour les lignes aléatoires dans SQL
UPDATE daTable
SET current = current + 1
ORDER
BY RAND() LIMIT 1
Herker
UPDATE daTable
SET current = current + 1
ORDER
BY RAND() LIMIT 1