We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 983e370 commit d353cdcCopy full SHA for d353cdc
1 file changed
tests/queries/0_stateless/02723_zookeeper_name.sql
@@ -17,6 +17,7 @@ INNER JOIN system.parts USING (database, table)
17
WHERE database = currentDatabase()
18
GROUP BY
19
table,zookeeper_name
20
+ORDER BY table
21
FORMAT CSV;
22
23
DROP TABLE t1;
0 commit comments