SELECT column FROM table ORDER BY RAND() LIMIT 1
SELECT column FROM table ORDER BY RANDOM() LIMIT 1
https://stackoverflow.com/questions/580639/how-to-randomly-select-rows-in-sql
Last updated 5 years ago
Was this helpful?