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