-
Notifications
You must be signed in to change notification settings - Fork 47
Support UNION clause #2
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
Comments
Can it support dash quote? like SELECT `attribute` FROM `table` |
@shtse8 supported at js-sql-parser@1.0.2 |
which commit added this functionality? 6d526bd ? |
@morenoh149 UNION feature not supported yet. |
Any update for union? I think it is important for data set generation from mixed sources in some applications. |
This is a working change: main.test.js For the test above, the ast looks like: |
supported since |
@morenoh149 @yuemingl Union feature has supported. |
https://dev.mysql.com/doc/refman/8.0/en/union.html
The text was updated successfully, but these errors were encountered: