SyntaxFix
Write A Post
Hire A Developer
Questions
I think you should use null
SELECT CustomerName AS Customer, null AS Contact FROM Customers;
And Remember that Oracle
treats a character value with a length of zero as null.