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
| Name | Type | Description | Defined By |
|---|---|---|---|
| table | string | Table name | db:delete |