MySQL Forums
Forum List  »  PHP

ORDER BY not working! Help!
Posted by: Kyle Henrie
Date: February 27, 2006 11:37PM

I am using the following SQL but the results are not ordering by the courseID. Any ideas why not?

SELECT * FROM courseCatalog,courseSessions WHERE courseCatalog.courseId = courseSessions.courseId AND deliveryMethod = 'Instructional-Based' AND courseCatalog.courseId LIKE '%Crash%' ORDER BY courseSessions.courseId

Thank you!

Options: ReplyQuote


Subject
Written By
Posted
ORDER BY not working! Help!
February 27, 2006 11:37PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.