SELECT column FROM mytable
ORDER BY RAND()
LIMIT 15
MySQL
Sunday, May 20 2007
Select random rows with MySQL
By lessaid on Sunday, May 20 2007, 15:44
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.