MySQL has the IFNULL() function, and PostgreSQL provides the NULLIF() function. ... The following query demonstrates the functionality: SELECT NVL2(NULL, ...
確定! 回上一頁