white knight

导航

 

参考 https://blog.csdn.net/yangzjchn/article/details/81019449

 

select case
when t.content = '1' then
'满意'
when t.content = '2' then
'一般'
else
'不满意'
end satis
from satisfaction t;

posted on 2019-03-12 14:52  white knight  阅读(83)  评论(0编辑  收藏  举报