information_schema的结构

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_sch
相关文章
相关标签/搜索