Skip to content

Instantly share code, notes, and snippets.

View chukynax's full-sized avatar
🤠
all cool

Yuri Kudryavtsev chukynax

🤠
all cool
View GitHub Profile
SELECT table,
formatReadableSize(sum(bytes)) as size,
min(min_date) as min_date,
max(max_date) as max_date
FROM system.parts
WHERE active
GROUP BY table