User:
Pass:
Remember me

Select Multiple random rows with MySQL
Very simple. in the order by clause of your query, use the RAND() function. select * from table order by rand() limit 20 found this at http://www.desilva.biz/mysql/random.html
1.10.2007 08:45 am
No Comments
Post Comment

© 2006 Matt Linardy
top