parsed.org
Creating a Table from a Query by cygnus on Feb 10, 2005 02:12 PM

If you want to create a table that has the same structure as the result set of a query, run:

mydb> CREATE TABLE foobar AS SELECT ...;
neatpostgresqlsql
RSS