Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
docs:postgres:concatenating_null_strings [2008/04/04 14:34] – created billh | docs:postgres:concatenating_null_strings [2008/08/03 00:25] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== concatenating null strings ====== | ====== concatenating null strings ====== | ||
- | In Postgres, when using the || operator to concatenate fields into one string, if any of the fields contain a null value then the result will entirely be a null value. | + | In Postgres, when using the || operator to concatenate fields into one string, if any of the fields contain a null value then the result will entirely be a null value. |
<code sql> | <code sql> | ||
select ' | select ' |