Ervan uitgaande dat je een quotum hebt voor de andere tablespace, zou je in staat moeten zijn om gewoon de "TABLESPACE
CREATE TABLE new_permanent_table
TABLESPACE other_tablespace
AS
SELECT *
FROM old_temporary_table
WHERE amount<5000;
Ervan uitgaande dat je een quotum hebt voor de andere tablespace, zou je in staat moeten zijn om gewoon de "TABLESPACE
CREATE TABLE new_permanent_table
TABLESPACE other_tablespace
AS
SELECT *
FROM old_temporary_table
WHERE amount<5000;