We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FOR SHARE
Statement parse = CCJSqlParserUtil.parse(" SELECT * FROM MY_TABLE1 for share ");
jsqlparser-4.6.jar mysql 8.0 Links to the reference documentation SELECT ... FOR SHARE
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Grammar or Syntax Description
FOR SHARE
clause is not supported yetSQL Example
Statement parse = CCJSqlParserUtil.parse(" SELECT * FROM MY_TABLE1 for share ");
Additional context
jsqlparser-4.6.jar
mysql 8.0
Links to the reference documentation
SELECT ... FOR SHARE
Tips:
The text was updated successfully, but these errors were encountered: