DROP-WORKLOAD-GROUP

Name

DROP WORKLOAD GROUP

SinceVersion dev

Description

This statement is used to delete a workload group.

  1. DROP WORKLOAD GROUP [IF EXISTS] 'rg_name'

Example

  1. Delete the workload group named g1:

    1. drop workload group if exists g1;

Keywords

  1. DROP, WORKLOAD, GROUP

Best Practice