sample_rows
Retrieve sample rows from a MySQL/MariaDB table. Optionally filter with a WHERE clause and set the number of rows to return.
Instructions
Sample rows from a table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| table | Yes | ||
| where | No | ||
| params | No | ||
| database | No | Database/schema name; defaults to connection default_database | |
| connection | No | Named connection from config; defaults to default_connection |