SQL>Syntax: NULLIF( ,)SQL>SQL> SELECT 2 NULLIF('ABC','ABC') equal, 3 NULLIF ('ABC','DEF') diff from dual;EQU DIF--- --- ABC