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

Support SELECT INTO OUTFILE syntax #455

Closed
dl239 opened this issue Sep 24, 2021 · 3 comments
Closed

Support SELECT INTO OUTFILE syntax #455

dl239 opened this issue Sep 24, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@dl239
Copy link
Collaborator

dl239 commented Sep 24, 2021

SELECT xxx INTO OUTFILE '/xxx/t2.csv' OPTIONS ( delimit = ',' );
SELECT xxx INTO OUTFILE '/xxx/t2.csv';

@dl239 dl239 added the enhancement New feature or request label Sep 24, 2021
@dl239 dl239 added this to the v0.3 milestone Sep 24, 2021
@jingchen2222
Copy link
Collaborator

jingchen2222 commented Sep 24, 2021

@aceforeverd Does zetasql support syntax like that?
If not, we might need to work it out.

@aceforeverd
Copy link
Collaborator

@aceforeverd Does zetasql support syntax like that?
If not, we might need to work it out.

not supported yet

@tobegit3hub
Copy link
Collaborator

tobegit3hub commented Oct 14, 2021

We should support options like these.

Options Type Default
delimiter String ,
header Boolean true
null_value String null
format String csv
mode String error_if_exists

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

No branches or pull requests

4 participants