get_table_sample
Retrieve sample rows from a MySQL table to preview its data. Specify an optional limit (1-50) and database to inspect content without modifying the database.
Instructions
Get sample rows from a table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of rows to return (1-50, default 5) | |
| table | Yes | Table name | |
| database | No | Optional database to read from for this call only, without changing the active connection |