Two Dimensional MySQL sort

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Todd_Z
Forum Regular
Posts: 708
Joined: Thu Nov 25, 2004 9:53 pm
Location: U Michigan

Two Dimensional MySQL sort

Post by Todd_Z »

I have a database of movies, and then within the database i have rows which are numbered 1 around 5... Is there anyway i can sort the table into groups of the movies, but then sort each movie group by the field that is number 1-5?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

yep. might want to read up on SELECT documentation : http://dev.mysql.com/doc/mysql/en/select.html
Post Reply