db_save_query
Save a SQL query to a database connection for future reuse. Associate it with a connection ID, a short name, and the SQL text.
Instructions
Persist a SQL query under the caller's user, scoped to a connection.
Args: connection_id: The DB Console connection id this saved query belongs to. name: Short label. sql: The SQL text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | ||
| name | Yes | ||
| connection_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |