xbkaishui commented on issue #7548: URL: https://github.com/apache/shardingsphere/issues/7548#issuecomment-698198231
``` mysql> desc t_order; ERROR 1146 (42S02): Table 'demo_ds_0.t_order_0' doesn't exist mysql> explain select * from t_order; ERROR 1235 (42000): This version of ShardingProxy doesn't yet support this SQL. 'Unsupported SQL of `explain select * from t_order`' ``` Seems ShardingProxy not support explain ---------------------------------------------------------------- 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]
