摘要: 查看表的字段与含义 select column_name,column_comment from information_schema.`COLUMNS` where table_Schema='log' and table_Name='logdetailsmkmg' 阅读全文
posted @ 2019-11-16 15:06 小学弟- 阅读(1423) 评论(0) 推荐(0) 编辑