SHOW ROLES

From InterBase

Go Up to isql Command Reference


Displays the names of SQL roles for the current database.

SHOW {ROLES | ROLE}

Description: SHOW ROLES displays the names of all roles defined for the current database. To show user membership in roles, use SHOW GRANT<rolename>.

Example:

SHOW ROLES;

DOITALL DONOTHING
DOONETHING DOSOMETHING

See Also