2019年10月31日

MYSQL常用命令

摘要: #简单描述表结构,字段类型 desc tabl_name; 显示表结构,字段类型,主键,是否为空等属性,但不显示外键。 例如:desc table_name #查询表中列的注释信息 select * from information_schema.columnswhere table_schema 阅读全文

posted @ 2019-10-31 18:05 我找的就是你 阅读(112) 评论(0) 推荐(0) 编辑

导航