Skip to main content

Delete records

Anatomy

<db:delete table="string">
ixml
</db:delete>

Parents: db:connection

Description: DB:DELETE executes a SQL/DML delete statement that deletes rows from a table within the database.

Attributes

NameTypeDescriptionDefined By
tablestringTable name db:delete