Re: String Concatnation

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: Najm Hashmi <najm(at)mondo-live(dot)com>
Cc: pgsql <pgsql-sql(at)postgresql(dot)org>
Subject: Re: String Concatnation
Date: 2001-02-09 21:21:08
Message-ID: Pine.BSF.4.21.0102091320090.60431-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


I was able to do a function that took two arguments and did
that under 7.1beta3 with no trouble.
What message are you getting?

On Sat, 10 Feb 2001, Najm Hashmi wrote:

> Hi,
> How can I concatnate two varialbles, seperated by a |, that are type text
> together?
> v, v1 text;
> some work
> then
> res:= v ||''|''|| v1;
> this syntex does not work in plpgsql??
> Any ideas how to do it ???
> Thanks.
> Najm
>

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Jie Liang 2001-02-09 21:43:41 Re: What's wrong with this function
Previous Message Ian Lance Taylor 2001-02-09 21:17:34 Re: pgsql and cursor