oracle case when

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

 

select case
when t.content = '1' then
'滿意'
when t.content = '2' then
'通常'
else
'不滿意'
end satis
from satisfaction t;

blog

相關文章
相關標籤/搜索