strongduanmu edited a comment on issue #11075: URL: https://github.com/apache/shardingsphere/issues/11075#issuecomment-873720837
After the PR #11150 is merged, the master branch can support the following statements with all features. ## DAL Statement * AnalyzeTableStatement * ExplainStatement * MySQLShowColumnsStatement * MySQLShowCreateTableStatement * MySQLShowIndexStatement ## DCL Statement * GrantStatement * RevokeStatement ## DDL Statement * AlterTableStatement * CreateIndexStatement * CreateTableStatement * DropIndexStatement * DropTableStatement * TruncateStatement ## DML Statement * DeleteStatement * InsertStatement * SelectStatement * UpdateStatement Some restrictions also need to be noted. At present, it does not support specifying multiple different schemas in one SQL, for example: ```sql SELECT * FROM `sharding_db_2`.`t_order_item` i INNER JOIN `sharding_db`.`t_order` o ON o.order_id = i.order_id; ``` -- 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]
