Oracle DECODE 函数应用示例

Oracle DECODE 函数应用示例 /* Decode函数 */     -- Decode函数的原型为: Decode(testValue, if1, then1, if2,then2.....else).     -- 针对testValue进行测试,若testValue等于if1则返回then1,若testValue等于if2则返回then2,....若都没有返回,刚返回else.  
相关文章
相关标签/搜索