extended cursor-FETCH usage

Поиск
Список
Период
Сортировка
От Daniel Péder
Тема extended cursor-FETCH usage
Дата
Msg-id 01BF0A86.94B44200@Dan
обсуждение исходный текст
Список pgsql-sql
is there any possibility to use output from FETCH directly to -for example- creating a new table?
Something like:

FETCH 10 FROM MyCursor     INTO     TEMP TABLE MyTempTable ( x int4, y text );

Why do I need it?

It could be sometimes faster/much effective to do this first and then do JOIN operations on table/dataset reduced this
way.

--
Dan Peder
dpeder@infoset.cz



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

Предыдущее
От: raptor
Дата:
Сообщение: Many questions
Следующее
От: "Richard Kramer"
Дата:
Сообщение: trouble creating operators