execute_sql
Execute read-only SQL queries on Amazon Redshift, with pagination via limit and offset parameters.
Instructions
Execute a read-only SQL query (SELECT/WITH only). Result rows are paginated via limit/offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| sql_statement | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||