forked from docs/doc-exports
Reviewed-by: Wagner, Fabian <fabian.wagner@t-systems.com> Co-authored-by: Ru, Li Yi <liyiru7@huawei.com> Co-committed-by: Ru, Li Yi <liyiru7@huawei.com>
17 lines
1.1 KiB
HTML
17 lines
1.1 KiB
HTML
<a name="ddm_08_0008"></a><a name="ddm_08_0008"></a>
|
|
|
|
<h1 class="topictitle1">DELETE</h1>
|
|
<div id="body1597045079932"><p id="ddm_08_0008__p1225913363529">DELETE is used to delete rows that meet conditions from a table.</p>
|
|
<div class="section" id="ddm_08_0008__section16157550115213"><h4 class="sectiontitle">Common Syntax</h4><pre class="screen" id="ddm_08_0008__screen178161921142219">DELETE [IGNORE]
|
|
FROM tbl_name [WHERE where_condition]</pre>
|
|
</div>
|
|
<div class="section" id="ddm_08_0008__section11542530185813"><h4 class="sectiontitle">Syntax Restrictions</h4><ul id="ddm_08_0008__ul97198382583"><li id="ddm_08_0008__li8537185884617">The WHERE clause does not support subqueries, including correlated and non-correlated subqueries.</li><li id="ddm_08_0008__li95371587463">Data in reference tables cannot be deleted when multiple tables are deleted at a time.</li><li id="ddm_08_0008__li1855703817222">PARTITION clauses are not supported.</li></ul>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="ddm_08_0004.html">DML</a></div>
|
|
</div>
|
|
</div>
|
|
|