Обсуждение: plpgsql

Поиск
Список
Период
Сортировка

plpgsql

От
Ewald Geschwinde
Дата:
I have one question regarding pl/pgsql

I want to create a temporary tabel in an function

but:
SELECT INTO TMPORARY TABLE xxx FROM ...
creates an error because plpgsql thinks I'm trying to  assign the
variable xxx
and then this is not the right syntax

Is there a workaround of this problem?

Ewald