Execute Connection SQL
execute_connection_sqlRun SQL queries directly on a saved connection's database. Execute DDL/DML statements to modify data, with an optional row limit to control returned rows.
Instructions
Run SQL directly on the database behind a saved connection (server-side, not a virtual layer - use execute_sql for that). Can modify the database: DDL/DML run as issued. limit caps returned rows (-1 for all).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | ||
| limit | No | ||
| provider | Yes | ||
| connection | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||