Select random rows with SQL… Select a random row with MySQL: SELECT column FROM table ORDER BY RAND() LIMIT 1