Re: CONCAT function - Mailing list pgsql-general

From Marek Lewczuk
Subject Re: CONCAT function
Date
Msg-id 000801c37c57$90f5c250$4701a8c0@marek
Whole thread Raw
In response to Re: CONCAT function  (Richard Huxton <dev@archonet.com>)
Responses Re: CONCAT function  ("Shridhar Daithankar" <shridhar_daithankar@persistent.co.in>)
List pgsql-general
>
> You want to use the || operator, e.g. 'hello' || ' ' || 'world'

I know that, but in my application (which is working on MySQL now) I
have many querys which use CONCAT function, so I need to implement this
function is PG - there is no possibility to replace (in short time) all
of my querys.




pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: CONCAT function
Next
From: "Shridhar Daithankar"
Date:
Subject: Re: CONCAT function