db_list_tables
List all tables in a database with estimated row counts to quickly assess data distribution and table sizes.
Instructions
列出指定数据库中的所有表及其行数估算
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dbName | No | 要查询的数据库名(可选,默认使用 DATABASES 配置中的 database) | |
| database | Yes | 数据库配置名称 |