SELECT ISNULL(Field,'Empty') from Table. But in PostgreSQL I get a syntax error. How do I emulate the ISNULL() functionality ?
確定! 回上一頁