可以用case when做一个列,然后根据这个列来排序,下面给出代码 select *,(case id when 19 then '1' else '2' end) as 'abc' from table order by abc 相关文章: 2022-12-23 2022-12-23 2022-12-23 2021-08-16 2022-12-23 2022-12-23 2022-12-23