Sample rows
sample_rowsInspect actual table values by fetching a limited sample of rows, revealing data shape and content before composing queries.
Instructions
Fetch the first N rows of a table (default 10) to see real values — useful for understanding data shape before writing queries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of rows to return (default 10) | |
| table | Yes | Table name (optionally schema-qualified) | |
| connection | No | Named connection to use. Omit when only one connection is configured (or it is named "default"). |