sample_rows
Retrieve up to 100 sample rows from a table. Specify schema and table name to preview data quickly.
Instructions
Return up to N rows from a table (SELECT TOP N *). Default 10, max 100.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | Yes | ||
| table | Yes | ||
| n | No |