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

binder: insert into .. select .. from .. support #102

Closed
skyzh opened this issue Nov 3, 2021 · 1 comment · Fixed by #487
Closed

binder: insert into .. select .. from .. support #102

skyzh opened this issue Nov 3, 2021 · 1 comment · Fixed by #487
Assignees

Comments

@skyzh
Copy link
Member

skyzh commented Nov 3, 2021

This is useful for batch writes and data import. We can later simply:

INSERT INTO my_table SELECT * FROM 'table.tbl'
@wangrunji0408 wangrunji0408 self-assigned this Nov 5, 2021
@wangrunji0408 wangrunji0408 mentioned this issue Nov 7, 2021
7 tasks
@skyzh skyzh mentioned this issue Feb 2, 2022
13 tasks
@MingjiHan99
Copy link
Collaborator

I could have a try

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 a pull request may close this issue.

3 participants