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

[WIP] parser: support select into syntax #645

Closed
wants to merge 2 commits into from

Conversation

lauhg
Copy link
Contributor

@lauhg lauhg commented Nov 19, 2019

What problem does this PR solve?

support select into syntax
related PR: pingcap/tidb#13603

What is changed and how it works?

Most of the code are written during the Hackathon, so it may be messy.
We have implemented:

  • select ... into variables
  • select ... into outfile
  • select ... into dumpfile

The parser handled some cases of the usage of the select-into with union and subquery statements, it's not completed. sorry, but, fix me please.

Check List

Tests

  • Unit test

@lauhg lauhg requested a review from a team November 19, 2019 17:55
@ghost ghost requested review from kennytm and removed request for a team November 19, 2019 17:56
@tisonkun
Copy link
Contributor

DONE as #745

@tisonkun tisonkun closed this Jul 16, 2021
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.

3 participants