forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
30 lines
4.1 KiB
HTML
30 lines
4.1 KiB
HTML
<a name="EN-US_TOPIC_0000001510282097"></a><a name="EN-US_TOPIC_0000001510282097"></a>
|
|
|
|
<h1 class="topictitle1">DROP PUBLICATION</h1>
|
|
<div id="body0000001442713402"><div class="section" id="EN-US_TOPIC_0000001510282097__sc2f3652ea7884fc3a7f3abca9c5f6cf1"><h4 class="sectiontitle">Function</h4><p id="EN-US_TOPIC_0000001510282097__a20e99311d0f04a1bb6238024214baeab">Deletes a publication.</p>
|
|
</div>
|
|
<div class="section" id="EN-US_TOPIC_0000001510282097__s082eb90e82814f00af1a39510e0a64ba"><h4 class="sectiontitle">Precautions</h4><ul id="EN-US_TOPIC_0000001510282097__ul83947588012"><li id="EN-US_TOPIC_0000001510282097__li12396194011714">This statement is supported by clusters of version 8.2.0.100 or later.</li><li id="EN-US_TOPIC_0000001510282097__li43948589019">This statement can be used by the publication owner and system administrators only.</li></ul>
|
|
</div>
|
|
<div class="section" id="EN-US_TOPIC_0000001510282097__sc29df4fdf5e44ee79afcc0b3f8ccda44"><h4 class="sectiontitle">Syntax</h4><div class="codecoloring" codetype="Sql" id="EN-US_TOPIC_0000001510282097__s2cf39d3a2f584a38b460750d10165a1b"><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="n">PUBLICATION</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">name</span><span class="w"> </span><span class="p">[,</span><span class="w"> </span><span class="p">...]</span><span class="w"> </span><span class="p">[</span><span class="w"> </span><span class="k">CASCADE</span><span class="w"> </span><span class="o">|</span><span class="w"> </span><span class="k">RESTRICT</span><span class="w"> </span><span class="p">]</span>
|
|
</pre></div></td></tr></table></div>
|
|
</div>
|
|
</div>
|
|
<div class="section" id="EN-US_TOPIC_0000001510282097__s49eade590b0f4b098e648dd1dc5e3e60"><h4 class="sectiontitle">Parameter Description</h4><ul id="EN-US_TOPIC_0000001510282097__u94351f73b3e945628b8649a4f9cc4f3e"><li id="EN-US_TOPIC_0000001510282097__l0f4022fd0c8c4292bb53daf7a42b4b3a"><strong id="EN-US_TOPIC_0000001510282097__a1bd25568e8014178b379654d63fb7705">IF EXISTS</strong><p id="EN-US_TOPIC_0000001510282097__abe31db914a76494bb35d51948556b2ae">If the specified publication does not exist, no error is thrown. Instead, a notification is reported indicating that the publication does not exist.</p>
|
|
</li><li id="EN-US_TOPIC_0000001510282097__l58e147705fc64066994924862c8f66e5"><strong id="EN-US_TOPIC_0000001510282097__ae3fcc2a08f584332b3815a5209776e1a">name</strong><p id="EN-US_TOPIC_0000001510282097__ab6d27b2b82d348be80745fa87fb975c7">Specifies the name of the publication you want to delete.</p>
|
|
<p id="EN-US_TOPIC_0000001510282097__a9ee2ac78101e427f90c718c3df1d1e74">Value range: an existing publication</p>
|
|
</li><li id="EN-US_TOPIC_0000001510282097__l989e0a8054084ca298c3ace6caf0a0e3"><strong id="EN-US_TOPIC_0000001510282097__a34a807925f7149dabb660fa7b1691267">CASCADE | RESTRICT</strong><p id="EN-US_TOPIC_0000001510282097__p1248345882">Currently, these keywords do not work because there is no dependency on publications.</p>
|
|
</li></ul>
|
|
</div>
|
|
<div class="section" id="EN-US_TOPIC_0000001510282097__s974b31b9463848259512367e2d285b74"><h4 class="sectiontitle">Examples</h4><div class="p" id="EN-US_TOPIC_0000001510282097__p17421611292">Delete a publication.<pre class="screen" id="EN-US_TOPIC_0000001510282097__screen1046320102911">DROP PUBLICATION mypublication;</pre>
|
|
</div>
|
|
</div>
|
|
<div class="section" id="EN-US_TOPIC_0000001510282097__s56e26682f0c24a8987ba07e3099ff0a9"><h4 class="sectiontitle">Helpful Links</h4><p id="EN-US_TOPIC_0000001510282097__a97753a2696fd49538504b71c38f5bece"><a href="dws_06_0284.html">ALTER PUBLICATION</a>, <a href="dws_06_0285.html">CREATE PUBLICATION</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>
|
|
|