Get Table Sample
get_table_sampleRetrieve sample rows from a specified table in a MySQL database to quickly understand its data content. Optionally set the row limit up to 100.
Instructions
获取表的样本数据(默认前5行),快速了解数据内容
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 返回行数,默认5,最大100 | |
| table | Yes | 表名称 | |
| database | Yes | 数据库名称 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |