Re: CONCAT function

From: "Marek Lewczuk" <newsy(at)lewczuk(dot)com>
To: "'Richard Huxton'" <dev(at)archonet(dot)com>, "'Lista dyskusyjna pgsql-general'" <pgsql-general(at)postgresql(dot)org>
Subject: Re: CONCAT function
Date: 2003-09-16 13:36:42
Message-ID: 000801c37c57$90f5c250$4701a8c0@marek
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Marek Lewczuk 2003-09-16 13:50:50 Re: CONCAT function
Previous Message scott.marlowe 2003-09-16 13:35:30 Re: CONCAT function