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

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - SQL Reference » Views » Compatibility views

 

SYSGROUP compatibility view

There is one row in the SYSGROUP system view for each member of each group. This view describes the many-to-many relationship between groups and members. A group may have many members, and a user may be a member of many groups.

Column name Data type Description
group_id UNSIGNED INT The user number of the group.
group_member UNSIGNED INT The user number of a member.
 Constraints on underlying system table