摘要: use database_name; analyze table table_name; use information_schema; select DATA_LENGTH+INDEX_LENGTH from tables where table_name='tbb_building_ques'; 阅读全文
posted @ 2022-06-29 10:42 MySQL成长之路 阅读(114) 评论(0) 推荐(0)