发布网友 发布时间:2022-04-10 00:49
共2个回答
懂视网 时间:2022-04-10 05:11
order by
case `state`
when 2 then 1 // 当值为2,排在第一个
when 1 then 2 // 当值为1,排在第二个
when 3 then 3 // 当值为3,排在第三个
end
asc // 按上面顺序,正序排列(也可为desc)
SQL根据值排序
标签:end des cas 排列 stat when state esc case
热心网友 时间:2022-04-10 02:19
SELECT * from table1 where name = 'a'