合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
系统数据库 information\_schema存储着所有的数据库的相关信息 ![](https://img.kancloud.cn/cb/6f/cb6f7fd2113f18afdad8f7b68e3599a7_782x506.png) 例: ``` select schema_name from information_schema.schemata; select table_name from information_schema.schemata where table_schema = 'zzcms'; select column_name from information_schema.columns where table_schema = 'zzcms' and 'table_name' = 'zzcms_zx'; ```