Re: execute block like Firebird does

Поиск
Список
Период
Сортировка
От Steven Lembark
Тема Re: execute block like Firebird does
Дата
Msg-id 20180211095241.494f60ac@wrkhors.com
обсуждение исходный текст
Ответ на Re: execute block like Firebird does  (Fabrízio de Royes Mello <fabrizio@timbira.com.br>)
Ответы Re: execute block like Firebird does  (Fabrízio de Royes Mello <fabrizio@timbira.com.br>)
Список pgsql-general
> > you can use a DO - block:
> >
> >
> > https://www.postgresql.org/docs/current/static/sql-do.html
> >  
> 
> But DO blocks returns "void", I mean you can't return values/records
> from this statement.

Insert the necessary records into a temporary table, process them,
post-process them into variables or destination table?

-- 
Steven Lembark                                       1505 National Ave
Workhorse Computing                                 Rockford, IL 61103
lembark@wrkhors.com                                    +1 888 359 3508


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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: execute block like Firebird does
Следующее
От: Fabrízio de Royes Mello
Дата:
Сообщение: Re: execute block like Firebird does