Skip to content

Commit

Permalink
Update sql-statement-split-region.md (pingcap#4435)
Browse files Browse the repository at this point in the history
split table|index BY

Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
  • Loading branch information
killua525 and TomShawn authored Dec 21, 2020
1 parent 966b05c commit 1dbd15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql-statements/sql-statement-split-region.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ For example, there is `idx4 (a,b)`, with column `a` of the varchar type and colu
{{< copyable "sql" >}}

```sql
SPLIT TABLE t1 INDEX idx4 ("a", "2000-01-01 00:00:01"), ("b", "2019-04-17 14:26:19"), ("c", "");
SPLIT TABLE t1 INDEX idx4 BY ("a", "2000-01-01 00:00:01"), ("b", "2019-04-17 14:26:19"), ("c", "");
```

This statement specifies 3 values to split 4 Regions. The range of each Region is as follows:
Expand Down

0 comments on commit 1dbd15f

Please sign in to comment.