💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
系统数据库 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'; ```