ClickHouse/tests/queries/0_stateless/02915_analyzer_fuzz_1.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
237 B
MySQL
Raw Normal View History

2023-11-22 12:24:21 +00:00
set allow_experimental_analyzer=1;
SELECT concat('With ', materialize(_CAST('ba\0', 'LowCardinality(FixedString(3))'))) AS `concat('With ', materialize(CAST('ba\\0', 'LowCardinality(FixedString(3))')))` FROM system.one GROUP BY 'With ';