yakk0 Posted November 14, 2008 Share Posted November 14, 2008 $result = mysql_query("SELECT * FROM members ORDER BY Level DESC"); Would like to know would it be possible for me to add another "ORDER BY Members DESC" so it also goes in alphabetical order? Link to comment https://forums.phpfreaks.com/topic/132661-question-about-calling-sql/ Share on other sites More sharing options...
zenag Posted November 14, 2008 Share Posted November 14, 2008 ORDER BY Level DESC,Members DESC Link to comment https://forums.phpfreaks.com/topic/132661-question-about-calling-sql/#findComment-689939 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.