搜尋

首頁  >  問答  >  主體

mysql字符串排序问题

阿神阿神2823 天前599

全部回覆(3)我來回復

  • ringa_lee

    ringa_lee2017-04-17 15:46:50

    第一種:select * from qx_cate order by id desc;
    第二:select from qx_cate where id != 16 union all select from qx_cate where id = 16;

    回覆
    0
  • 巴扎黑

    巴扎黑2017-04-17 15:46:50

    order by cast(replace(path, ',', '') as unsigned integer)

    需要注意 path 超出 int 範圍的情況, 或另尋他法

    回覆
    0
  • 巴扎黑

    巴扎黑2017-04-17 15:46:50

    因為path是依照Alphabetical Sorting做的
    題主要的是Natural Sorting
    網上有相關的解決方法可以自己找一下

    回覆
    0
  • 取消回覆