MySQL查询全部库中表名

select table_name from information_schema.tables where table_schema='contract_ggpt' and table_type='base table'
相关文章
相关标签/搜索