Update 01009_global_array_join_names.sql

This commit is contained in:
Ivan 2019-09-13 23:00:28 +03:00 committed by GitHub
parent d697f4a1d1
commit 33e6681c90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ ARRAY JOIN arrayFilter(t -> (t GLOBAL IN
(
SELECT DISTINCT now() AS `ym:a`
WHERE 1
)), test1.b) AS test1_b
)), test2.b) AS test2_b
WHERE 1;
DROP TABLE test1;