Selecting Random Rows in MySQL 
SELECT * FROM tablename
WHERE somefield='something'
ORDER BY RAND() LIMIT 5


Comments
Comments are not available for this entry.
2024 By Angel Cool