Giả sử rằng bạn có hạn ngạch trên không gian bảng khác, bạn có thể chỉ cần thêm câu lệnh "TABLESPACE
CREATE TABLE new_permanent_table
TABLESPACE other_tablespace
AS
SELECT *
FROM old_temporary_table
WHERE amount<5000;
Giả sử rằng bạn có hạn ngạch trên không gian bảng khác, bạn có thể chỉ cần thêm câu lệnh "TABLESPACE
CREATE TABLE new_permanent_table
TABLESPACE other_tablespace
AS
SELECT *
FROM old_temporary_table
WHERE amount<5000;