02723_zookeeper_name: Force a deterministic result order

This commit is contained in:
Robert Schulze 2023-05-06 14:46:53 +00:00
parent 983e37048c
commit d353cdcb09
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -17,6 +17,7 @@ INNER JOIN system.parts USING (database, table)
WHERE database = currentDatabase()
GROUP BY
table,zookeeper_name
ORDER BY table
FORMAT CSV;
DROP TABLE t1;