Yash-cor opened a new issue, #34890: URL: https://github.com/apache/shardingsphere/issues/34890
## Feature Request **For English only**, other languages will not be accepted. Please pay attention on issues you submitted, because we maybe need more details. If no response anymore and we cannot make decision by current information, we will **close it**. Please answer these questions before submitting your issue. Thanks! ### Is your feature request related to a problem? YES ### Describe the feature you would like. Some reserve words of MySQL are kept in identifierUnambiguousKeywords in BaseRule.g4 For Example: RANK is a reserve keyword stored in identifierUnambiguousKeywords. This causes it to parse SQL queries correctly like - `SELECT id as rank FROM employees; ` whereas MySQL does not allow this query to parse without using ```. -- 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: notifications-unsubscr...@shardingsphere.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org