2016-10-18 00:20发布
SELECT `id`,`name`,`uname`,`level`,`path` FROM `qx_cate` ORDER BY path
我想要把id等于16的那个 排序到最后一个 该如何修改呢?
第一种:select * from qx_cate order by id desc;第二种:select from qx_cate where id != 16 union all select from qx_cate where id = 16;
最多设置5个标签!
第一种:select * from qx_cate order by id desc;
第二种:select from qx_cate where id != 16 union all select from qx_cate where id = 16;
一周热门 更多>