mysql查询当前数据库全部 的表基本信息

select * from information_schema.`TABLES` t WHERE t.TABLE_SCHEMA = (select database())
相关文章
相关标签/搜索