MySQL:删除操作Delete、Truncate、Drop用法比较
复制select concat(round(sum(DATA_LENGTH/1024/1024),2),M) as table_size
from information_schema.tables
where table_schema=testAND table_name=t_user;
1.2.3.4.5.
THE END