NVL(value1,value2,value3,...)
在所有参数中返回第一个不是 null 的值
value1,value2,value3,...:可以为任意数,也可以为null
参数都是 null 时,返回值最终为 null