摘要: 1 查看表的创建语句 2 show create table table_name; (默认网格视图,但用text view 视图去看比较方便) 3 4 查询表中列名和注释 5 show full columns from auth_use 6 7 8 /* 查询数据库 ‘mammothcode’ 所有表注释 */ 9 SELECT TABLE_NAME,TABLE_CO... 阅读全文
posted @ 2018-09-26 15:54 2步 阅读(214) 评论(0) 推荐(0)