TherChenYang opened a new issue, #31368: URL: https://github.com/apache/shardingsphere/issues/31368
## Feature Request After verification, it was found that ShardingSphere's parsing engine currently does not have complete support for parsing MySQL functions, and many specific functions cannot be parsed. - For example ``` sql SELECT JSON_SCHEMA_VALIDATION_REPORT(@schema, @document); ``` ### Describe the feature you would like. We need to verify if the method on the MySQL official website has been correctly parsed, and if parsed incorrectly, we need to modify the g4 parsing file. - [Built-In Function and Operator Reference](https://dev.mysql.com/doc/refman/8.0/en/built-in-function-reference.html) ### Verified method has been completed - [ ] todo todo -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
