语法
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';