Skip to content

Commit

Permalink
removed an English sentence in partitioned-table.md (#18004) (#18012)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Jul 18, 2024
1 parent 28bbdf8 commit ccd831b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions partitioned-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -1436,8 +1436,6 @@ SELECT store_id, COUNT(department_id) AS c

本节讨论分区键,主键和唯一键之间的关系。一句话总结它们之间的关系要满足的规则:**分区表的每个唯一键,必须包含分区表达式中用到的所有列**

> every unique key on the table must use every column in the table's partitioning expression.
这里所指的唯一也包含了主键,因为根据主键的定义,主键必须是唯一的。例如,下面这些建表语句就是无效的:

{{< copyable "sql" >}}
Expand Down

0 comments on commit ccd831b

Please sign in to comment.