horaedb
horaedb copied to clipboard
Show tables statement support name like syntax
Description
Currently, show tables is supported by CeresDB, it would be convenient to support name like syntax like in MySQL.
SHOW TABLES LIKE 'pattern'
Proposal
Support this syntax with reference with MySQL
Additional context
Currently it will return error below
- https://github.com/CeresDB/ceresdb/blob/334bc6ce13aac2e72a0771419b4aefe2164255e9/tests/cases/01_system/system_tables.result#L15
ref #154