xplicitly specify sort order for mysql query? select * from TABLE order by field(ID, id4, id2, id5, id3, id1) * MySQL index 에서 DESC는 현재로는 지원되지 않고 있다. 특정 컬럼(필드)에서 역 정렬이 가능한 필드를 사용하는것이 더 빠르다. field의 특정값(문자)으로 정렬하는것은 비 효율적이다. 필요하다면 tinyint 로 정렬하는것을 제안한다.