mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Update 02723_zookeeper_name.sql
This commit is contained in:
parent
3f0c3602bf
commit
24c468edd0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user