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  (Merlin Moncure <mmoncure@gmail.com>)
Re: variables in ad hoc queries  (Raymond O'Donnell <rod@iol.ie>)
Re: variables in ad hoc queries  (Brian Modra <brian@zwartberg.com>)
Список 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 по дате отправления:

Предыдущее
От: György Vilmos
Дата:
Сообщение: Performance evaluation of PostgreSQL's historic releases
Следующее
От: Mark Morgan Lloyd
Дата:
Сообщение: Re: Delphi connection ?