用于查看当前数据库实例的表组信息,包括每个表组的分区情况,每个表组里都包括哪些表等信息。
show_tablegroup_stmt: SHOW tablegroup [WHERE where_condition]
查找库名为test_db下的所有tablegroup信息。
test_db
tablegroup
show tablegroup where schema_name='test_db';