Coba
CREATE TEMP TABLE mytable AS
SELECT *
FROM orig_table;
Per https://www.postgresql.org/docs/current/ static/sql-selectinto.html
Coba
CREATE TEMP TABLE mytable AS
SELECT *
FROM orig_table;
Per https://www.postgresql.org/docs/current/ static/sql-selectinto.html