阅读背景:

MySql 查询数据库中所有表名

来源:互联网 

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




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

分享到: