In MS SQL-Server, I can do:

SELECT ISNULL(Field,'Empty') from Table

But in PostgreSQL I get a syntax error. How do I emulate the ISNULL() functionality ?

5 Answers
5

Leave a Reply

Your email address will not be published. Required fields are marked *