We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1feb8dd commit e476346Copy full SHA for e476346
README.md
@@ -18,6 +18,7 @@ The next query is executed with some additional conditions as search for the par
18
```sql
19
SELECT
20
concat(p.database, '.', p.table) AS table,
21
+ p.partition_id AS partition_id,
22
p.partition AS partition,
23
max(g.age) AS age,
24
countDistinct(p.name) AS parts,
0 commit comments