select * from table order by TO_NUMBER(num) desc - > asc


to_number-> 문자형을 숫자형으로 변환해줍니다.


max(to_number(num)) 은 숫자중 제일큰값 min은 작은값 

+ Recent posts