`

mysql case

 
阅读更多
select case name
when 'kabul' then 'k'
else 'other'
end as 'name' from city;


name
k
other
other
other
other
...
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics