SQL wybieraj losowy wiersz

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