sql_query_page
Run a read-only SQL query and fetch results one page at a time, simplifying paginated data retrieval.
Instructions
Run a read-only SQL query and return one page of results at a time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | No | ||
| page | No | ||
| query | No | ||
| params | No | ||
| order_by | No | ||
| page_size | No | ||
| statement | No | ||
| continuation_token | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |