update-data
Modify existing records in PostgreSQL tables using specified WHERE conditions. Supports complex queries and returns updated data for verification.
Instructions
Update existing records in a table. Requires WHERE conditions for safety. Supports complex WHERE clauses and returns updated records.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | Yes | ||
returning | No | ||
table | Yes | ||
where | Yes |