How would I go about alphabetizing random items from the database? For example, I have say 500 rows in my database. I want to randomly select 10 to display at any given time but I want to alphabetize them. How would I do that? I've tried the following which didn't really work at all:
PHP Code:SELECT * FROM nodes WHERE parentid='289814' ORDER BY RAND(),'name' LIMIT 0,10








Bookmarks