Skip to content

Commit e476346

Browse files
committed
Add partition_id into query in README.md
1 parent 1feb8dd commit e476346

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ The next query is executed with some additional conditions as search for the par
1818
```sql
1919
SELECT
2020
concat(p.database, '.', p.table) AS table,
21+
p.partition_id AS partition_id,
2122
p.partition AS partition,
2223
max(g.age) AS age,
2324
countDistinct(p.name) AS parts,

0 commit comments

Comments
 (0)