sample_rows
Retrieve up to 50 sample rows from a table to quickly inspect its data shape and values before executing full analytical queries.
Instructions
Return up to limit sample rows from a table (max 50). Useful for getting a feel for the data shape before running real analytical queries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| table | Yes | ||
| schema | No | public |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |