forked from mozilla/moz-sql-parser
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: