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