Skip to main content

Delete rows

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

Parents: db:connection

<db:delete /> executes a SQL/DML delete statement that deletes rows from a table within the database.

Attributes

NameTypeDescriptionDefined By
tablestringTable name db:delete