doc-exports/docs/dws/dev/dws_06_0194.html
Lu, Huayi a24ca60074 DWS DEVELOPER 811 version
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Lu, Huayi <luhuayi@huawei.com>
Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
2023-01-19 13:37:49 +00:00

25 lines
3.0 KiB
HTML

<a name="EN-US_TOPIC_0000001145910871"></a><a name="EN-US_TOPIC_0000001145910871"></a>
<h1 class="topictitle1">DROP GROUP</h1>
<div id="body8662426"><div class="section" id="EN-US_TOPIC_0000001145910871__s464ec46edead475e9ebbbc781d1a0a12"><h4 class="sectiontitle">Function</h4><p id="EN-US_TOPIC_0000001145910871__a881a7f79d0924baf8f3feecec869d87e"><strong id="EN-US_TOPIC_0000001145910871__b842352706124910">DROP GROUP</strong> deletes a user group.</p>
<p id="EN-US_TOPIC_0000001145910871__ac40c17129d1a448983b5e6ccd0461910"><strong id="EN-US_TOPIC_0000001145910871__b842352706124921">DROP GROUP</strong> is the alias for <strong id="EN-US_TOPIC_0000001145910871__b842352706124928">DROP ROLE</strong>.</p>
</div>
<div class="section" id="EN-US_TOPIC_0000001145910871__s18ee82762acd4d6ba9df414e95af2eda"><h4 class="sectiontitle">Precautions</h4><p id="EN-US_TOPIC_0000001145910871__a3856e7d8243f4ebaa5208aeee6e843de"><strong id="EN-US_TOPIC_0000001145910871__b842352706104438">DROP GROUP</strong> is the internal interface encapsulated in the <strong id="EN-US_TOPIC_0000001145910871__b8423527061117">gs_om</strong> tool. You are not advised to use this interface, because doing so affects the cluster.</p>
</div>
<div class="section" id="EN-US_TOPIC_0000001145910871__sc0b1c41a1f7c4ee1abdcb0ee1d5bbe6f"><h4 class="sectiontitle">Syntax</h4><div class="codecoloring" codetype="Sql" id="EN-US_TOPIC_0000001145910871__s24e9400b663a4a25b33d5012d6055350"><div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span class="normal">1</span></pre></div></td><td class="code"><div><pre><span></span><span class="k">DROP</span><span class="w"> </span><span class="k">GROUP</span><span class="w"> </span><span class="p">[</span><span class="w"> </span><span class="k">IF</span><span class="w"> </span><span class="k">EXISTS</span><span class="w"> </span><span class="p">]</span><span class="w"> </span><span class="n">group_name</span><span class="w"> </span><span class="p">[,</span><span class="w"> </span><span class="p">...];</span><span class="w"></span>
</pre></div></td></tr></table></div>
</div>
</div>
<div class="section" id="EN-US_TOPIC_0000001145910871__s1ffb69a98b554717a5fc251840246c5c"><h4 class="sectiontitle">Parameter Description</h4><p id="EN-US_TOPIC_0000001145910871__a417e82d6b414495b96575b33c0a52528">See <a href="dws_06_0203.html#EN-US_TOPIC_0000001145510617__s3ff92f5089cb4291b96221b5f2b85e18">Examples</a> in <strong id="EN-US_TOPIC_0000001145910871__b842352706174610">DROP ROLE</strong>.</p>
</div>
<div class="section" id="EN-US_TOPIC_0000001145910871__s973bd496e458495b8c439f50df5f6c32"><h4 class="sectiontitle">Helpful Links</h4><p id="EN-US_TOPIC_0000001145910871__add909b981e7b4fbcb42214a5d314d7b4"><a href="dws_06_0164.html">CREATE GROUP</a>, <a href="dws_06_0127.html">ALTER GROUP</a>, <a href="dws_06_0203.html">DROP ROLE</a></p>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="dws_06_0118.html">DDL Syntax</a></div>
</div>
</div>