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