ecp_mysql_update_row
Update a row in a MySQL table by primary key. Supply database credentials, table name, and new values to modify the record.
Instructions
Update a row in a table, identified by primary_key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | ||
| confirm | Yes | ||
| db_name | Yes | ||
| password | Yes | ||
| table_name | Yes | ||
| db_username | Yes | ||
| primary_key | Yes |