Answers for "copy table from redshift to s3"

SQL
0

copy table from redshift to s3

UNLOAD ('select * from my_schema.my_table')    
to 's3://bucket-name/file_’ 
iam_role 'arn:aws:iam::482569874589:role/RedshiftLoaderRole’;
Posted by: Guest on March-18-2020

Code answers related to "copy table from redshift to s3"

Code answers related to "SQL"

Browse Popular Code Answers by Language