SQL/MX 3.2.1 Reference Manual (H06.26+, J06.15+)
SQL/MX Statements
HP NonStop SQL/MX Release 3.2.1 Reference Manual—691117-005
2-234
Examples of GET ALL SECURITY_ADMINS
GET ALL SECURITY_ADMINS;
Security Administrators
=======================
SECADMIN.USER1
SECADMIN.USER2
--- SQL operation complete.
•
The following example lists the security administrators when one of the security
administrators is no longer in the system USERID file:
GET ALL SECURITY_ADMINS;
Security Administrators
=======================
SECADMIN.USER1
4,85
--- SQL operation complete.
•
The following example lists the security administrators when the security
administrators group is empty:
GET ALL SECURITY_ADMINS;
--- SQL operation complete.










