Well I am playing with MySQL for a personal project and I was looking to select some data ( 15 in this example ) from a column as a random.

SELECT column FROM mytable
ORDER BY RAND()
LIMIT 15