variables in ad hoc queries

Поиск
Список
Период
Сортировка
От Iain Barnett
Тема variables in ad hoc queries
Дата
Msg-id A39A8D42-438F-48E5-84F9-F4190AAB2BCA@gmail.com
обсуждение исходный текст
Ответы Re: variables in ad hoc queries
Re: variables in ad hoc queries
Re: variables in ad hoc queries
Список pgsql-general
If I have a function that returns an integer, how can I use the
following code outside of a function block?

declare
_myint int;

begin
_myint := myfunction( );
end;


or is it just not possible?

Iain

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