摘要: 常见系统信息函数 information_schema:表示所有信息,包括库、表、列 information_schema.tables:记录所有表名信息的表 information_schema.columns:记录所有列名信息的表 table_schema:数据库的名称 table_name:当 阅读全文
posted @ 2023-01-03 16:27 BWTY 阅读(44) 评论(0) 推荐(1)