Skip to main content

Delete

Delete removes rows through a Connection resource.

Unlike Query and Upsert, it has no Batch Size — the statement runs as written.

The activity has four tabs: Configuration, Query, Input, and Output.

Configuration

FieldRequiredDescription
NameOptionalName of the component.
DescriptionOptionalDescription of the component.
ConnectionOptionalThe database connection resource to run through.
SchemaOptionalSchema to delete within.
TablesOptionalTables to delete from.

Query

FieldRequiredDescription
SQL QueryOptionalThe SQL statement to run.

The statement must be written in the dialect of the engine set as Type on the Connection resource.

warning

A DELETE without a WHERE clause removes every row in the table. Scope the statement, and test against a non-production database first.

Input

FieldRequiredDescription
InputsOptionalValues supplied to the statement.

Output

FieldRequiredDescription
OutputOptionalThe result of the statement.