Wypróbuj
CREATE TEMP TABLE mytable AS
SELECT *
FROM orig_table;
Na http://www.postgresql.org/docs/current/ static/sql-selectinto.html
Wypróbuj
CREATE TEMP TABLE mytable AS
SELECT *
FROM orig_table;
Na http://www.postgresql.org/docs/current/ static/sql-selectinto.html