Re: concenation of strings and null values

Поиск
Список
Период
Сортировка
От Dieter Fischer (grid-it)
Тема Re: concenation of strings and null values
Дата
Msg-id NDBBJMINGKMICGFKFEPJMEBIDIAA.dieter.fischer@grid-it.ch
обсуждение исходный текст
Ответ на concenation of strings and null values  (Tino Wildenhain <tino@wildenhain.de>)
Ответы Re: concenation of strings and null values
Список pgsql-general
Hello

> SELECT 'abc'::text || null::text;
>
> The last example looks like a bug,
> but if it is intentionally so, its
> at least very annoying and inconvenient.

NULL means here UNKOWN. You cannot add or concatenate something to an
undefined Value.

Regards

Dieter


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

Предыдущее
От: Ang Chin Han
Дата:
Сообщение: Re: databse design tutorial
Следующее
От: Tino Wildenhain
Дата:
Сообщение: Re: concenation of strings and null values