Update 01345_array_join_LittleMaverick.sql

This commit is contained in:
alexey-milovidov 2020-06-26 13:23:14 +03:00 committed by GitHub
parent b1e055686e
commit 2a1937625b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ SELECT
FROM test ARRAY JOIN nested as nestedJoined
WHERE (status IN (
SELECT status
FROM temp.test ARRAY JOIN nested as nestedJoined
FROM test ARRAY JOIN nested as nestedJoined
GROUP BY status
ORDER BY count() DESC
LIMIT 10)) AND (id IN ('1', '2'))