In MS SQL-Server, I can do:SELECT ISNULL(Field,'Empty') from TableBut in PostgreSQL I get a syntax error. How do I emulate the ISNULL() functionality ?
確定! 回上一頁