Re: String Concatnation

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: String Concatnation
Дата
Msg-id Pine.BSF.4.21.0102091320090.60431-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на String Concatnation  (Najm Hashmi <najm@mondo-live.com>)
Список 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
> 



В списке pgsql-sql по дате отправления:

Предыдущее
От: "Brett W. McCoy"
Дата:
Сообщение: Re: String Concatnation
Следующее
От: Ian Lance Taylor
Дата:
Сообщение: Re: pgsql and cursor