What is || doing

Поиск
Список
Период
Сортировка
От Frank Lanitz
Тема What is || doing
Дата
Msg-id 4E087EB2.3030500@frank.uvena.de
обсуждение исходный текст
Ответы Re: What is || doing  (Thom Brown <thom@linux.com>)
Re: What is || doing  ("Jean-Yves F. Barbier" <12ukwn@gmail.com>)
Список pgsql-novice
Hi list,

I've got an query which contains || inside the select statement and I'm
not sure, what this is doing. Can you help me out a bit or send me a
link to documentation where I can find this?

Example:

SELECT 'ba_'|| foo || '_pr_'
FROM 'foobaa'
WHERE id=1234;

Cheers,
Frank

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

Предыдущее
От: SamuelStar
Дата:
Сообщение: A problematic query
Следующее
От: Thom Brown
Дата:
Сообщение: Re: What is || doing