Skip to main content

ALTER GROUP

Description

Edit the properties for a group.

Syntax

ALTER GROUP `<name>`
[ NEW_NAME = <string> ]

Example

ALTER GROUP `my_group`
NEW_NAME = 'new_group_name'

Required parameters

  • name: Existing identifier for the group.
  • NEW_NAME: New 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.