You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NULLIF(expr1, expr2) returns NULL if the two expressions are equal or else returns expr1.
It's a function used by many DBs like PostgreSQL, MySQL, MS-SQL server and others.