10-14-2009, 08:31 AM
[eluser]davidbehler[/eluser]
Try
That would return 3 random rows from your table
Try
Code:
select * from table_name order by rand() limit 0, 3
That would return 3 random rows from your table