pl/pgsql function problem

From: David Mulcahy <eseol(at)mersinet(dot)co(dot)uk>
To: pgsql-novice(at)postgresql(dot)org
Subject: pl/pgsql function problem
Date: 2001-09-06 19:41:44
Message-ID: 3B97D178.EA2AED31@mersinet.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I am having problems doing what seems to be a very simple thing. All I
need is to join 2 or more variables (eg char, int, date) and return them
as a single varchar variable.

eg ret := int + char + date; or berrer still join("+", int,char,date)
return ret;

Please can anyone help.

Thanks in advance David Mulcahy.

Browse pgsql-novice by date

  From Date Subject
Next Message Mark Tessier and Martine Veilleux 2001-09-07 01:32:34 install on SunOS 5.7
Previous Message jik 2001-09-06 19:03:57 Re: Importing an ASCII file