怎么查询库表占用的存储大小

select concat(round(sum(DATA_LENGTH/1024/1024),2),‘MB’) as data from TABLES这种方式查mysql可以,查starrocks没有值

use 数据库; show data;