When creating stored procedure in redshift like below:
CREATE OR REPLACE PROCEDURE sp_test() AS \' BEGIN TRUNCATE TABLE TABLE_1; INSERT INTO TABLE_1 SELECT