Re: function problems

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: function problems
Дата
Msg-id 4CE301E8.30504@iol.ie
обсуждение исходный текст
Ответ на function problems  (Christine Penner <chris@fp2.ca>)
Список pgsql-general
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
rod@iol.ie

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

Предыдущее
От: Christine Penner
Дата:
Сообщение: Re: function problems
Следующее
От: Christine Penner
Дата:
Сообщение: Re: function problems