DDM UMN 1st v Reviewed-by: Wagner, Fabian <fabian.wagner@t-systems.com> Co-authored-by: proposalbot <proposalbot@otc-service.com> Co-committed-by: proposalbot <proposalbot@otc-service.com>
517 B
517 B
- original_name
ddm-08-0008.html
DELETE
DELETE is used to delete rows that meet conditions from a table.
Common Syntax
DELETE [IGNORE]
FROM tbl_name [WHERE where_condition]
Syntax Restrictions
- The WHERE clause does not support subqueries, including correlated and non-correlated subqueries.
- Data in reference tables cannot be deleted when multiple tables are deleted at a time.
- PARTITION clauses are not supported.