SQL 对指定字段的几个值开展排序

SQL 对指定字段的几个值进行排序
--就这一句话,大家应该看得懂,嘿嘿
order by (case 字段 when '北京' then 1 when '上海' then 2 else 0 end)