Two Dimensional MySQL sort
Moderator: General Moderators
Two Dimensional MySQL sort
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?
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
yep. might want to read up on SELECT documentation : http://dev.mysql.com/doc/mysql/en/select.html