[mysql]mysql排序時null值或者空字符串在最後

參考網址:oschina

select * from category order by isnull(name) || name='' asc, name asc

 

本篇發表於 Linux系統, 程式設計。將永久鏈結加入書籤。