decode&case

Posted abcyrf

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了decode&case相关的知识,希望对你有一定的参考价值。

select id, decode (type,1,a,2,b,3,c,999) from xxx;

select name, (case when score<0 then ‘d‘

when score <60 then ‘d‘

when score<=60  then  ‘c‘

else ‘b‘ end  )from xxx;

 

以上是关于decode&case的主要内容,如果未能解决你的问题,请参考以下文章

html_entity_decode 将数据库里的 | 互联网金融 &ldquo;野蛮生长&rdquo; 的休止符| &rdquo转义成”“

json.NewDecoder(r.Body).Decode(&admin) 返回空结构 [关闭]

Encode & decode

Security Encode & Decode

编码 decode & encode

oracle的sql积累..&..decode函数使用