Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error parsing COPY commands #119

Closed
leo-fmr opened this issue Aug 29, 2022 · 5 comments
Closed

Error parsing COPY commands #119

leo-fmr opened this issue Aug 29, 2022 · 5 comments

Comments

@leo-fmr
Copy link

leo-fmr commented Aug 29, 2022

This is a huge can of worms :)

Snowflake supports COPY INTO commands for copying data between tables and external storage both ways.
Snowflake documentation is here:
https://docs.snowflake.com/en/sql-reference/sql/copy-into-table.html
https://docs.snowflake.com/en/sql-reference/sql/copy-into-location.html

Postgres also supports COPY commands with different syntax.
Postgres documentation is here:
https://www.postgresql.org/docs/current/sql-copy.html

@klahnakoski
Copy link
Owner

Yes, many worms.

@klahnakoski
Copy link
Owner

3b8d0ca

@klahnakoski
Copy link
Owner

f675a97

@klahnakoski
Copy link
Owner

Moved additional work to #122

@klahnakoski
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants