Zakładając, że masz przydział w innym obszarze tabel, powinieneś być w stanie po prostu dodać instrukcję „TABLESPACE
CREATE TABLE new_permanent_table
TABLESPACE other_tablespace
AS
SELECT *
FROM old_temporary_table
WHERE amount<5000;
Zakładając, że masz przydział w innym obszarze tabel, powinieneś być w stanie po prostu dodać instrukcję „TABLESPACE
CREATE TABLE new_permanent_table
TABLESPACE other_tablespace
AS
SELECT *
FROM old_temporary_table
WHERE amount<5000;