copy table from redshift to s3

Solutions on MaxInterview for copy table from redshift to s3 by the best coders in the world

showing results for - "copy table from redshift to s3"
Izzie
25 Nov 2018
1UNLOAD ('select * from my_schema.my_table')    
2to 's3://bucket-name/file_’ 
3iam_role 'arn:aws:iam::482569874589:role/RedshiftLoaderRole’;
similar questions
queries leading to this page
copy table from redshift to s3