阅读背景:

MySql 查询数据库中所有表名以及对比分布式库中字段和表的不同

来源:互联网 

查询数据库中所有表名
select table_name from information_schema.tables where table_schema='数据库名' and table_type='base table';select table_name from information_sc




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: