I have been running in circles trying to figure out 'where' to run the COPY command for Amazon Redshift from. All the documentation just says "run the COPY command" without actually stating where to run it from.
I have downloaded AWS CLI; I have configured SQL Workbench and connected it to Redshift. I have logged into Redshift service. No where do I see a place where I can input the COPY command.
Even google search just throws up "run the COPY command".
Amazon Redshift presents itself as a PostgreSQL database. The COPY
command is an extension of SQL supported by Redshift. Therefore, the COPY
command needs to be issued from an SQL client.
You mention that you have configured SQL Workbench. Once you connect to the Redshift cluster, run the command from within that connection.
There is a free self-paced lab on Amazon Redshift available at qwikLABS -- just search for Redshift. That will give you an introduction to connecting into and using REdshift.
COPY command is to be run from SQL client, like SQL Workbench.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With