DROP COMPUTE PROFILE Examples | VantageCloud Lake - DROP COMPUTE PROFILE 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

Example 1: Compute Group Name is Specified

This statement removes the ShippingMedCogs compute profile from the Shipping compute group:

DROP COMPUTE PROFILE ShippingMedCogs IN COMPUTE GROUP Shipping;
*** Compute Profile has been dropped.

Example 2: Compute Group Name is Not Specified

This statement removes the ShippingMedCogs compute profile from the default compute group of the session or profile of the user:

DROP COMPUTE PROFILE ShippingMedCogs;
*** Compute Profile has been dropped.