Use the below query: SELECT field,CONVERT(SUBSTRING_INDEX(field,'-',-1),UNSIGNED INTEGER) AS num. FROM table. ORDER BY num; ...
確定! 回上一頁