Skip to main content

CREATE GROUP

Description

Create a group in your account.

Note that the SQL statement does not end with ;

Syntax

CREATE GROUP `<name>`

Example

CREATE GROUP `my_group`

Required parameters

  • name: Identifier for the group.
    • Must be unique for your account.
    • Must start with an alphabetic character and cannot contain spaces or special characters unless the entire identifier string is enclosed in double quotes (e.g. "Data Engineers").
    • Case-sensitive.