PS:学好正则表达式是多么的重要!否则去0的这个代码你怎么??
查看表占用空间
SELECT table_name,data_length/1024/1024 MB FROM information_schema.tables WHERE table_schema='zplatdb' ORDER BY data_length DESC;