-
张3
发布于 2025-11-06
-
收藏
函数原型为:NVL(testValue,SubValue1,SubValue2)NVL2函数实现的是若testValue为NULL,返回SubValue1,否则返回SubValue2。2.Decode函数 Decode函数的原型为:Decode(testValue,if1,then1,if2,then2...else). 针对testValue进行测试,若testValue等于if1则返回then1,若testValue等于if2则返回then2,...