Skip to content

Commit 0ea5dde

Browse files
authored
Merge pull request #4474 from ClickHouse/Blargian-patch-947792
Fix indent in codeblock
2 parents 5ee4989 + 949e6c7 commit 0ea5dde

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/best-practices/partitioning_keys.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ For example, consider the following UK price paid dataset table with a partition
2323
```sql
2424
CREATE TABLE uk.uk_price_paid_simple_partitioned
2525
(
26-
date Date,
27-
town LowCardinality(String),
28-
street LowCardinality(String),
29-
price UInt32
26+
date Date,
27+
town LowCardinality(String),
28+
street LowCardinality(String),
29+
price UInt32
3030
)
3131
ENGINE = MergeTree
3232
ORDER BY (town, street)

0 commit comments

Comments
 (0)