Events
Mar 31, 11 PM - Apr 2, 11 PM
The ultimate Microsoft Fabric, Power BI, SQL, and AI community-led event. March 31 to April 2, 2025.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Applies to: Databricks SQL
Drops a workspace-local group. An exception is thrown if the group does not exist in the system.
Workspace-local groups are not synchronized to the Azure Databricks account and are not compatible with Unity Catalog. For more information, see Manage workspace-local groups (legacy).
DROP GROUP group_principal
The name of the existing workspace-local group to drop.
-- Create `aliens` Group
> CREATE GROUP aliens WITH GROUP tv_aliens;
-- Drop `aliens` group
> DROP GROUP aliens;
Events
Mar 31, 11 PM - Apr 2, 11 PM
The ultimate Microsoft Fabric, Power BI, SQL, and AI community-led event. March 31 to April 2, 2025.
Register today