Update 03034_normalized_ast.sql

This commit is contained in:
Nikita Mikhaylov 2024-04-02 20:03:56 +02:00 committed by GitHub
parent 593abc4037
commit 4fc09fb746
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,5 +3,6 @@ SELECT
concat(database, table) AS name,
count()
FROM clusterAllReplicas(default, system.tables)
WHERE database=currentDatabase()
GROUP BY name
FORMAT Null;