Multiples concatenation operator (||)

Поиск
Список
Период
Сортировка
От Ricardo J.C.Coelho
Тема Multiples concatenation operator (||)
Дата
Msg-id 01BE552E.6C51A860.pulsar@truenet-ce.com.br
обсуждение исходный текст
Ответы Re: [HACKERS] Multiples concatenation operator (||)
Список pgsql-hackers
Hi,

Why "||" operator is not associative ?

select 'A' || 'B' || 'C';       results in a parse error at second "||".

If you force the association, it works: select ('A' || 'B') || 'C';

The same thing happen with mod "%".

Ricardo Coelho.



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