Outdated Version

You are viewing an older version of this section. View current production version.

CREATE ROLE

Info

MemSQL Helios does not support this command.

Create a role on a MemSQL cluster.

Syntax

CREATE ROLE 'role_name'

Example

memsql> CREATE ROLE 'role_name';
Query OK, 0 rows affected (0.06 sec)