The delete Tag
Description
Executes SQL Delete command
Type: SQL
Attributes:
table
The SQL table
where
any valid SQL where clause
Loop Control: NO
Containing Tags
Used Within Tags
- suggested
Example
<delete table="pid" where='firstName="James"'/>