Sql ManualSql StatementsCluster ManagementCompute ManagementDROP WORKLOAD GROUPバージョン: 3.xこのページの見出しDROP WORKLOAD GROUPDescription This statement is used to delete a workload group. Syntax DROP WORKLOAD GROUP [IF EXISTS] '<rg_name>' Examples Delete the workload group named g1: drop workload group if exists g1;