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

Describes the current fact that the read_csv function and the COPY statement support different parameters. #3734

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

michaelpopes
Copy link

Describes the current fact that the read_csv function and the COPY statement support different parameters.

Describes the current fact that the read_csv function and the COPY statement support different parameters.
@michaelpopes michaelpopes changed the title Update overview.md Describes the current fact that the read_csv function and the COPY statement support different parameters. Sep 27, 2024
@szarnyasg
Copy link
Collaborator

Thanks, this is a good start but the new phrasing is quite vague. Which options did you encounter that are not supported by COPY?

@michaelpopes
Copy link
Author

Oh, good question! I have noticed the following differences:

  1. COPY statement accepts "DELIMITER" and "DELIM", while the read_csv function only accepts "DELIM".
  2. The read_csv function accepts "ALL_VARCHAR", while the COPY statement doesn't support it.

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

Successfully merging this pull request may close these issues.

2 participants