创建资源组时出现异常

你好,创建语法是resource group不是resource_group哈


create RESOURCE GROUP rg1
to
    (user='root')
with (
    'cpu_core_limit' = '4',
    'mem_limit' = '40%',
    'type' = 'normal'
);