Skip to content

Commit

Permalink
Delete a duplicated line in the example in explain-indexes.md (pingca…
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Nov 30, 2021
1 parent 531f594 commit 266257b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion explain-indexes.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ TiDB uses the `IndexLookup` operator when retrieving data from a secondary index
EXPLAIN SELECT * FROM t1 WHERE intkey = 123;
EXPLAIN SELECT * FROM t1 WHERE intkey < 10;
EXPLAIN SELECT * FROM t1 WHERE intkey BETWEEN 300 AND 310;
EXPLAIN SELECT * FROM t1 WHERE intkey BETWEEN 300 AND 310;
EXPLAIN SELECT * FROM t1 WHERE intkey IN (123,29,98);
EXPLAIN SELECT * FROM t1 WHERE intkey >= 99 AND intkey <= 103;
```
Expand Down

0 comments on commit 266257b

Please sign in to comment.