Update 02723_zookeeper_name.sql

This commit is contained in:
Sema Checherinda 2023-05-06 14:31:04 +02:00 committed by GitHub
parent 3f0c3602bf
commit 24c468edd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,8 @@ SELECT
FROM system.replicas
INNER JOIN system.parts USING (database, table)
WHERE database = currentDatabase()
ORDER BY
table,zookeeper_name
GROUP BY
table,zookeeper_name
FORMAT CSV;