Re: NULL concatenation

Поиск
Список
Период
Сортировка
От Tim Clarke
Тема Re: NULL concatenation
Дата
Msg-id 573444A0.3050600@manifest.co.uk
обсуждение исходный текст
Ответ на NULL concatenation  (Sridhar N Bamandlapally <sridhar.bn1@gmail.com>)
Список 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;



Вложения

В списке pgsql-general по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: [HACKERS] NULL concatenation
Следующее
От: Sridhar N Bamandlapally
Дата:
Сообщение: Re: [HACKERS] NULL concatenation