2011年1月29日 星期六

MySQL 把字串當數字排序

EX:
1, 11, 2, 22 要排序成 1, 2, 11, 22

語法為:
order by cast(欄位 as unsigned) asc;

沒有留言: