摘要: 1.查看创建表的SQL语句 show create table table_name \G; 2.查看表的字段信息 show full columns from table_name; 获取以下信息Field :字段名Type:字段类型Collation:字符集Null :是否可以为NULLKey: 阅读全文
posted @ 2016-02-23 21:11 fosmj 阅读(198) 评论(0) 推荐(0)