-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[MySQL] Unable to handle VALUES ROW() #4371
Comments
The official Oracle grammar parses the input.
Considering that we have the official grammar reasonably up to date, would it be best use that? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following the MySQL doc on insert statement to test with sql:
and the parser threw out error:
Trimmed the sql down to only the values part following MySQL doc:
and similar error message occur:
The one I tested with is the Positive-Technologies one, but judging from the valueList rule on the Oracle one I suspect that would have similar issue.
The text was updated successfully, but these errors were encountered: