Re: store multiple rows with the SELECT INTO statement - Mailing list pgsql-general

From Janek Sendrowski
Subject Re: store multiple rows with the SELECT INTO statement
Date
Msg-id trinity-bbcf96a6-6a84-4a66-b7bb-1ebd4c706f6a-1378235448302@3capp-webde-bs24
Whole thread Raw
In response to store multiple rows with the SELECT INTO statement  ("Janek Sendrowski" <janek12@web.de>)
Responses Re: store multiple rows with the SELECT INTO statement  (Adrian Klaver <adrian.klaver@gmail.com>)
Re: store multiple rows with the SELECT INTO statement  (Kevin Grittner <kgrittn@ymail.com>)
List pgsql-general
Thanks for the answers.

I just can't understabd why it's not possible to store multiple columns returning from a dynamic Select
statementwhich is executet with EXECUTE into a temporary table. 

If I'm gonna use the LOOP through the SELECT statement, how can insert the data from the record into the temp
table?

 

Janek Sendrowski

pgsql-general by date:

Previous
From: Jeff Janes
Date:
Subject: Re: How to find out unused indexes?
Next
From: Adrian Klaver
Date:
Subject: Re: store multiple rows with the SELECT INTO statement