GRANT CREATE/DROP COMPUTE GROUP Access Privilege Examples | VantageCloud Lake - GRANT CREATE/DROP COMPUTE GROUP Access Privilege Examples - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
ft:locale
en-US
ft:lastEdition
2024-12-11
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

User Runs SELECT Statement on Compute Group

You can also use the WITH GRANT OPTION privilege to run this statement.
GRANT COMPUTE GROUP ShippingTeam to Usr2;
*** Grant accepted. 
-- The user runs a SELECT statement.
SELECT COUNT(*) from Nos_t1;
*** Query completed. One row found. One column returned.
Count(*)
-----------
    300000

User Runs SELECT Statement without Compute Group Access Privilege

You can also use the WITH GRANT OPTION privilege to run this statement.
SELECT COUNT(*) from Nos_t1;
 *** Query completed. One row found. One column returned.
 *** Warning: 4831 Query is executed on Primary Cluster System.
   Count(*)
-----------
   300000