ClickHouse/dbms/tests/queries/0_stateless/00067_replicate_segfault.sql

3 lines
239 B
MySQL
Raw Normal View History

SELECT arrayFilter(x -> materialize(0), materialize([0])) AS p, arrayAll(y -> arrayExists(x -> y != x, p), p) AS test;
SELECT arrayFilter(x -> materialize(0), materialize([''])) AS p, arrayAll(y -> arrayExists(x -> y != x, p), p) AS test;