VeloDB Cloud
SQL Manual
SQL Statements
DDL
Drop
DROP-WORKLOAD-GROUP

DROP-WORKLOAD-GROUP

Name

DROP WORKLOAD GROUP

Description

This statement is used to delete a workload group.

DROP WORKLOAD GROUP [IF EXISTS] 'rg_name'

Example

  1. Delete the workload group named g1:

    drop workload group if exists g1;

Keywords

DROP, WORKLOAD, GROUP

Best Practice