Name

USER_ROLE_CREATE — Creates a new SQL role. Same as the create role statement.

Synopsis

USER_ROLE_CREATE ( in name varchar );

Description

Creates a new SQL role.

Parameters

name

A string containing the name of the new role.

Return Types

None