What is || doing - Mailing list pgsql-novice

From Frank Lanitz
Subject What is || doing
Date
Msg-id 4E087EB2.3030500@frank.uvena.de
Whole thread Raw
Responses Re: What is || doing  (Thom Brown <thom@linux.com>)
Re: What is || doing  ("Jean-Yves F. Barbier" <12ukwn@gmail.com>)
List 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 by date:

Previous
From: SamuelStar
Date:
Subject: A problematic query
Next
From: Thom Brown
Date:
Subject: Re: What is || doing