编辑代码
MySQL代码
5.7.42
8.0.35
运行
use
information_schema;
select
count
(table_name)
from
tables
;