lwtdev opened a new issue #6482: URL: https://github.com/apache/shardingsphere/issues/6482
## Bug Report ### Which version of ShardingSphere did you use? 5.0.0-RC1-SNAPSHOT ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-Proxy ### Expected behavior ``` mysql> sctl:explain select 1; +-----------------+----------+ | datasource_name | sql | +-----------------+----------+ | ds_0 | select 1 | +-----------------+----------+ ``` ### Actual behavior ``` mysql> sctl:explain select 1; ERROR 10002 (C1000): 2Unknown exception: [Unsupported SQL of `sctl:explain select 1`] ``` ### Reason analyze (If you can) ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc. ```sql sctl:explain select 1; ``` ### Example codes for reproduce this issue (such as a github link). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
