horaedb icon indicating copy to clipboard operation
horaedb copied to clipboard

Show tables statement support name like syntax

Open jiacai2050 opened this issue 3 years ago • 0 comments

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

jiacai2050 avatar Jul 22 '22 06:07 jiacai2050