sample_data
Retrieve sample rows from any PostgreSQL table to quickly inspect data structure and content. Specify schema.table and optional row limit for efficient previews.
Instructions
Return sample rows from a table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of rows to return. Defaults to SAMPLE_DATA_LIMIT env var (default 5). | |
| table | Yes | Table name in "schema.table" format or bare table name. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |