get_sample_data
Retrieve sample rows from a table to preview data. Specify table, database, row count, and choose random sampling.
Instructions
Get sample rows from a table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | Database name | |
| table | Yes | Table name (can include schema) | |
| rows | No | Number of rows to return (default: 10) | |
| random | No | Return random sample instead of first N rows |