NVL 和NVL2函数
NVL函数:
nvl(exp1,exp2)
-->如果exp1为null则换成exp2
nvl2函数:
nvl2(exp1,exp2,exp3)
--》如果如果exp1 不为null返回exp2;为null返回exp3
时间: 2024-11-05 15:59:54
NVL 和NVL2函数
NVL函数:
nvl(exp1,exp2)
-->如果exp1为null则换成exp2
nvl2函数:
nvl2(exp1,exp2,exp3)
--》如果如果exp1 不为null返回exp2;为null返回exp3