SQL Pick Random Row

SELECT column FROM table
ORDER BY RAND()
LIMIT 1
Herker