Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.0 » SQL Anywhere Server - SQL Reference » Views » System views

 

SYSUSERAUTHORITY system view

Each row of SYSUSERAUTHORITY system view describes an authority granted to one user ID. The underlying system table for this view is ISYSUSERAUTHORITY.

Column name Data type Description
user_id UNSIGNED INT The ID of the user to whom the authority belongs.
auth VARCHAR(20) The authority granted to the user.
 Constraints on underlying system table