| United States-English |
|
|
|
![]() |
ALLBASE/SQL Reference Manual: HP 9000 Computer Systems > Chapter 10 SQL Statements A - DADD TO GROUP |
|
The ADD TO GROUP statement adds one or more users or groups, or a combination of users and groups, to an authorization group.
You can use this statement if you have OWNER authority for the authorization group or if you have DBA authority. CREATE GROUP Warehse
GRANT CONNECT TO Warehse
GRANT SELECT,
UPDATE (BinNumber,QtyOnHand,LastCountDate)
ON PurchDB.Inventory
TO WarehseThese two users will be able to start DBE sessions on PartsDBE, retrieve data from table PurchDB.Inventory, and update three columns in the table.
Clem will no longer have any of the authorities associated with group Warehse.
Because this group does not own any database objects, it can be deleted. George no longer has any of the authorities once associated with the group.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||