mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Update 03034_normalized_ast.sql
This commit is contained in:
parent
593abc4037
commit
4fc09fb746
@ -3,5 +3,6 @@ SELECT
|
||||
concat(database, table) AS name,
|
||||
count()
|
||||
FROM clusterAllReplicas(default, system.tables)
|
||||
WHERE database=currentDatabase()
|
||||
GROUP BY name
|
||||
FORMAT Null;
|
||||
|
Loading…
Reference in New Issue
Block a user