语法
show_tablegroup_stmt: SHOW tablegroup [WHERE where_condition]
示例
查找库名为test_db
下的所有tablegroup
信息。
show tablegroup where schema_name='test_db';
show_tablegroup_stmt: SHOW tablegroup [WHERE where_condition]
查找库名为test_db
下的所有tablegroup
信息。
show tablegroup where schema_name='test_db';