1 Answer
- Newest
- Most votes
- Most comments
1
Easiest way is to use COPY command. Details and examples are [here] (https://docs.aws.amazon.com/redshift/latest/dg/r_COPY.html).
Alternately, you create an external table using Redshift Spectrum and then use 'Insert Into Select from' in Redshift to load this external table data into Redshift core table.
Relevant content
- asked 3 years ago
- Accepted Answerasked 2 years ago
- asked 6 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 4 days ago
- AWS OFFICIALUpdated 3 years ago
You can, also , use the query editor V2 to generate the Copy command for you and load the data in your table, as shown in this video: https://www.youtube.com/watch?v=NWKS8teMmVw