Page 1 of 1

Two Dimensional MySQL sort

Posted: Fri Feb 18, 2005 4:59 pm
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?

Posted: Fri Feb 18, 2005 5:03 pm
by feyd
yep. might want to read up on SELECT documentation : http://dev.mysql.com/doc/mysql/en/select.html