[MySQL] order by 다중정렬 우선순위대로 2가지 이상의 필드의 다중정렬을 하려 할때 사용한다. $sql = "select * from tblName order by datetime desc, depth desc"; WEB/MySQL 2012.01.17