Executes a raw SQL UPDATE or DELETE statement. Use this for custom modifications not covered by the typed modifier functions.
Arguments
- statement
SQL UPDATE or DELETE statement. Use parameterized queries or
DBI::dbQuoteLiteral()to prevent SQL injection.- cn
Database connection. If NULL, opens and closes automatically.
See also
Other db-interface:
dbArtAppend(),
dbArtGet()