Re: Stored Procedures

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Stored Procedures
Дата
Msg-id 9717.1137433594@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Stored Procedures  ("Minal A. Aryamane" <minalac@yes2etl.com>)
Список pgsql-odbc
"Minal A. Aryamane" <minalac@yes2etl.com> writes:
> the function is as below:
> ...
> SET COURSEIDS1:=COURSEIDS;
> ...

This is completely off-topic for both the lists you have chosen, but
I'd say the problem is that you must not use the SET keyword when
assigning to a plpgsql local variable.

            regards, tom lane

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

Предыдущее
От: Markus Schaber
Дата:
Сообщение: Re: [JDBC] Stored Procedures
Следующее
От: Shachar Shemesh
Дата:
Сообщение: Updates on updates