SQL Pick Row Row

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