sample_rows
Retrieve a small sample of rows from a database table to preview data, with row count capped at the server's maximum.
Instructions
Return a small sample of rows from a table. The limit is capped at the server's hard maximum (default 50) regardless of the requested value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of rows to return. Capped at the server sample maximum. | |
| table | Yes | Table name. | |
| schema | No | Schema name. Defaults to the server's default schema. |