mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Update 01345_array_join_LittleMaverick.sql
This commit is contained in:
parent
b1e055686e
commit
2a1937625b
@ -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'))
|
||||
|
Loading…
Reference in New Issue
Block a user