정렬하는 방법은 여러방법이 있다 그중에 유용한 정렬방법이다
select * from tablename where idx_code in (3,4,1) order by field (idx_code, 1, 4, 3);
idx_code 내용을 1,4,3 순으로 정렬하고자 할때 사용하면 편하다