DROP COMPUTE GROUP is Successful
This statement removes the Shipping compute group.
DROP COMPUTE GROUP Shipping;
*** Compute Group has been dropped.
DROP COMPUTE GROUP Statements Fail
This statement tries to remove a compute group that does not exist.
DROP COMPUTE GROUP Marketing;
*** Failure 4828 Compute Group 'Marketing' does not exist.
This statement fails because a compute profile is associated with the compute group.
DROP COMPUTE GROUP Shipping;
*** Failure 4827 A Compute Profile is associated with the Compute Group.