execute_sql
Execute read-only SQL queries on Amazon Redshift with paginated results using 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 |
|---|---|---|---|
| sql_statement | Yes | ||
| limit | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||