Re: NULL concatenation - Mailing list pgsql-general

From Tim Clarke
Subject Re: NULL concatenation
Date
Msg-id 573444A0.3050600@manifest.co.uk
Whole thread Raw
In response to NULL concatenation  (Sridhar N Bamandlapally <sridhar.bn1@gmail.com>)
List pgsql-general
Wrap the source columns in your line:

txt:= txt1 || txt2 || txt3;

 in coalesce() calls

Tim Clarke

On 12/05/16 09:47, Sridhar N Bamandlapally wrote:
> txt:= txt1 || txt2 || txt3;



Attachment

pgsql-general by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: [HACKERS] NULL concatenation
Next
From: Sridhar N Bamandlapally
Date:
Subject: Re: [HACKERS] NULL concatenation