### Grammar or Syntax Description - MYSQL - Example: `FOR SHARE` clause is not supported yet ### SQL 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](https://dev.mysql.com/doc/refman/8.0/en/innodb-locking-reads.html#innodb-locking-reads-nowait-skip-locked) [SELECT ... FOR SHARE](https://dev.mysql.com/doc/refman/8.0/en/select.html) ### Tips: <!-- I found 《net.sf.jsqlparser.parser.feature.Feature#selectForUpdate》,that is [SELECT ... FOR UPDATE] -->
Grammar or Syntax Description
FOR SHAREclause 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: