The following example uses COALESCE with a comparison operator.
SELECT Name FROM Directory WHERE Organization <> COALESCE (Level1, Level2, Level3);
The following example uses COALESCE with a comparison operator.
SELECT Name FROM Directory WHERE Organization <> COALESCE (Level1, Level2, Level3);