Re: String Concatnation - Mailing list pgsql-sql

From Brett W. McCoy
Subject Re: String Concatnation
Date
Msg-id Pine.LNX.4.30.0102091547350.5021-100000@chapelperilous.net
Whole thread Raw
In response to String Concatnation  (Najm Hashmi <najm@mondo-live.com>)
List pgsql-sql
On Sat, 10 Feb 2001, Najm Hashmi wrote:

>  How can I concatnate   two varialbles, seperated by a |,  that are type text
> together?
> v, v1 text;
> some work
> then
> res:= v ||''|''|| v1;

What error is it giving?  Do you need to be using two single quotes in the
statement?

-- Brett                                    http://www.chapelperilous.net/~bmccoy/
---------------------------------------------------------------------------
There is a certain impertinence in allowing oneself to be burned for an opinion.    -- Anatole France



pgsql-sql by date:

Previous
From:
Date:
Subject: Re: What's wrong with this function
Next
From: Stephan Szabo
Date:
Subject: Re: String Concatnation