SyntaxFix
Write A Post
Hire A Developer
Questions
In DB2, using single quotes instead of your double quotes will work. So that could translate the same in Oracle..
SELECT CustomerName AS Customer, '' AS Contact FROM Customers;