使用以下查询获取表的元数据
select * from information_schema.tables
where table_schema='your_database_name' and table_name='your_table_name';
Run Code Online (Sandbox Code Playgroud)
它将提供table_type,engine,version,row_format,table_rows,avg_row_length等
| 归档时间: |
|
| 查看次数: |
5521 次 |
| 最近记录: |