我可以show tables in <database name>
用来显示数据库中的所有表。返回的结果显示表是否启用了集群 - 显示cluster_by
列。有没有办法取回在 cluster_by 中具有值的所有表的列表?
show-tables的文档仅显示:
SHOW [ TERSE ] TABLES [ HISTORY ] [ LIKE '<pattern>' ]
[ IN { ACCOUNT | DATABASE [ <db_name> ] | SCHEMA [ <schema_name> ] } ]
[ STARTS WITH '<name_string>' ]
[ LIMIT <rows> [ FROM '<name_string>' ] ]