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 partition selection with PARTITION option #80

Open
soulstompp opened this issue Aug 8, 2022 · 0 comments
Open

Support partition selection with PARTITION option #80

soulstompp opened this issue Aug 8, 2022 · 0 comments

Comments

@soulstompp
Copy link

MySQL supports the ability to choose which partitions of a given table will be selected from/changed. We will want to be able to parse this when they show up anywhere in for DELETE, INSERT, REPLACE, SELECT and UPDATE, so I believe it will work best to parse this within the table_reference and schema_table_reference parsers.

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

No branches or pull requests

1 participant