摘要:
一、简单描述表结构,字段类型 desc tabl_name; 显示表结构,字段类型,主键,是否为空等属性,但不显示外键。 例如:desc table_name 二、查询表中列的注释信息 select * from information_schema.columnswhere table_schem 阅读全文
posted @ 2016-12-14 16:50
北京流浪儿
阅读(82534)
评论(1)
推荐(2)