mysql中對字符串排序

    mysql中對字符串排序,字符串中有數字有漢字,想按數字的大小來進行排序。僅僅用order by排序,效果不是想要的。mysql         sql語句爲:sql [sql]  view plain  copy select id,dict_name,type_code from t_dictionary  where type_code='GRADE' ORDER BY `dict_
相關文章
相關標籤/搜索