NVL2 (expr1, expr2, expr3) 是Oracle的一个NULL判断函数。当expr1 不为NULL时,返回expr2;为NULL时,返回expr3。 PostgreSQL中没有对应的函数。
確定! 回上一頁