We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee4989 commit bef33f1Copy full SHA for bef33f1
docs/best-practices/partitioning_keys.mdx
@@ -23,7 +23,7 @@ For example, consider the following UK price paid dataset table with a partition
23
```sql
24
CREATE TABLE uk.uk_price_paid_simple_partitioned
25
(
26
- date Date,
+ date Date,
27
town LowCardinality(String),
28
street LowCardinality(String),
29
price UInt32
0 commit comments