Hello all,
I have PostgreSQL 7.1.1 installed on a RedHat 7.1 server.
When running the following query "SELECT Field1 || Field2 AS Result FROM Table"
the result is NULL when Field2 is NULL.
Same as if I use a PL/pgSQL function to concatenate Filed 1 || Field2.
Did I miss something?
Regards,
Jean-Michel POURE, pgAdmin development team