摘要: 大纲: 主键索引,普通索引 唯一索引,普通索引 索引的使用技巧 一、主键索引,普通索引 创建测试表 create table T( id int primary key, k int not null, name varchar(16), index (k))engine=InnoDB; 表中R1~ 阅读全文
posted @ 2021-11-14 17:28 扶不起的刘阿斗 阅读(94) 评论(0) 推荐(0)