select
concat(round(
sum
(DATA_LENGTH/1024/1024),2),
'MB'
)
as
data
from
TABLES
where
table_schema=
'apoyl'
and
table_name=
'apoyl_test'
;
select
concat(round(
sum
(DATA_LENGTH/1024/1024),2),
'MB'
)
as
data
from
TABLES
where
table_schema=
'apoyl'
and
table_name=
'apoyl_test'
;