をお試しください
CREATE TEMP TABLE mytable AS
SELECT *
FROM orig_table;
http://www.postgresql.org/docs/current/ static / sql-selectinto.html
をお試しください
CREATE TEMP TABLE mytable AS
SELECT *
FROM orig_table;
http://www.postgresql.org/docs/current/ static / sql-selectinto.html