RaigorJiang opened a new issue, #22729: URL: https://github.com/apache/shardingsphere/issues/22729
Hi community, This is a request for Improve DistSQL. ### Background Now we have a DistSQL syntax: ```sql SHOW SINGLE TABLES ``` Ref to: https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-proxy/distsql/syntax/rql/rule-query/single-table/ ### Aim When there are many single tables, it is more difficult to look up some ones. We should support the like clause, just like `SHOW FULL TABLE LIKES 'xx%'`. -- 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]
