摘要: 1.explain (1).准备基础数据(创建表,在c1字段插入重复数据,并在c1字段创建索引) use testdb; create table t1_explain(id int,c1 char(20),c2 char(20),c3 char(20)); insert into t1_expla 阅读全文
posted @ 2020-12-08 18:37 雍洲无名 阅读(472) 评论(0) 推荐(0)