On 16/11/2010 21:27, Christine Penner wrote:
Select S_TRAINING_TITLE as Display from System Limit 1;

Looking again at your function, I think this (and other similar lines) should be

   select s_training_title into display ....

- i.e. "into" instead of "as".

HTH,

Ray.

--
Raymond O'Donnell :: Galway :: Ireland
r...@iol.ie

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to