Skip to content

DeleteFromTable Logical Command

DeleteFromTable is a Command that represents DELETE FROM SQL statement.

DeleteFromTable is a SupportsSubquery.

Creating Instance

DeleteFromTable takes the following to be created:

DeleteFromTable is created when:

Execution Planning

DeleteFromTable command is resolved to DeleteFromTableExec physical operator by DataSourceV2Strategy execution planning strategy.

It is only supported for DeleteFromTable command over DataSourceV2ScanRelation relations (v2 tables).