Hey there, I'm trying to do something like the following...
SELECT * FROM Content WHERE CategoryID='$Cat' LIMIT 10
However, I'm trying to grab 10 random rows from the db, not the first 10 it finds everytime. Any magical command to help this along?
Regards,
-- npoole
SELECT * FROM Content WHERE CategoryID='$Cat' LIMIT 10
However, I'm trying to grab 10 random rows from the db, not the first 10 it finds everytime. Any magical command to help this along?
Regards,
-- npoole