postgres_update
Update rows in a PostgreSQL table with new values based on specified conditions.
Instructions
Update existing records in a table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Object containing column names and new values | |
| where | Yes | Object containing WHERE clause conditions | |
| table_name | Yes | Name of the table to update |