insert retrieved data into a new table - Mailing list pgsql-novice

From e-letter
Subject insert retrieved data into a new table
Date
Msg-id BANLkTikeV9waxcCN3et1CdOdm61SStX9=g@mail.gmail.com
Whole thread Raw
Responses Re: insert retrieved data into a new table
Re: insert retrieved data into a new table
List pgsql-novice
Readers,

Is it possible to use the result of a SELECT function to populate a
new table? The objective is to write the new table for use by gnuplot.

The SELECT function features a mathematical operator such as SUM which
obtains a value. Is it possible to use the value from this function to
be entered into the new table. Please advise the relevant parts of the
documentation to read.

Thanks.

pgsql-novice by date:

Previous
From: Vibhor Kumar
Date:
Subject: Re: [pgsql-novice] Daily digest v1.2917 (11 messages)
Next
From: Thomas Kellerer
Date:
Subject: Re: insert retrieved data into a new table