db_update
Update existing rows in a Supabase table by specifying the table, data to change, and filters to select rows. Returns specified columns.
Instructions
Update existing rows in a table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Data to update (key-value pairs) | |
| table | Yes | Table name to update | |
| filters | Yes | Filters to identify rows to update (key-value pairs) | |
| returning | No | Columns to return (comma-separated, default: *) | * |