Re: Major Problem with locale - Mailing list pgsql-general

From Darren Ferguson
Subject Re: Major Problem with locale
Date
Msg-id Pine.LNX.4.44.0210011915220.29990-100000@thread.crystalballinc.com
Whole thread Raw
In response to Re: Major Problem with locale  (Dan Ostrowski <dan@triad-dev.com>)
List pgsql-general
Postgres supports concat with the ||

so you can do the following

Select first_name||' '||last_name AS full_name FROM users;

HTH

On Tue, 1 Oct 2002, Dan Ostrowski wrote:

> Does postgres support the "concat" functionality?  I looked in the
> interactive docs but couldn't find it... i am still looking but if you
> know one way or the other could you tell me?
>
> I am just checking for compatiblity... i want to "SELECT
> CONCAT(table.somefield,' ',table.somefield) AS FullName FROM table"
>
> is this supported or do you use another notation.
>
> thanks very much all..
> dan
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
>

--
Darren Ferguson


pgsql-general by date:

Previous
From: Dan Ostrowski
Date:
Subject: Re: Major Problem with locale
Next
From: Martijn van Oosterhout
Date:
Subject: Re: database session variables