语句如下:

    1. create_tablegroup_stmt:
    2. CREATE TABLEGROUP [IF NOT EXISTS] tablegroup_name;
    3. alter_tablegroup_stmt:
    4. ALTER TABLEGROUP tablegroup_name ADD [TABLE] table_name_list;
    5. drop_tablegroup_stmt:
    6. DROP TABLEGROUP [IF EXISTS] tablegroup_name;
    7. table_name_list:
    8. table_name [, table_name ...]