sampleRows
sampleRowsFetch a small set of rows from a table or view to inspect actual data and sample values.
Instructions
Preview a small number of actual rows from one known table or view to understand data shape and example values. For fields, types and constraints without reading row data, use describeTable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Rows to return (default 10, max 100). | |
| table | Yes | ||
| schema | No | ||
| connection | Yes | Database to run against. Call listConnections for valid names; do not guess. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | No | Rows. | |
| columns | No | Columns. | |
| rowCount | Yes | Row Count. | |
| truncated | Yes | Truncated. | |
| columnTypes | No | Column Types. |