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
225 B
MySQL
Raw Normal View History

2024-07-12 12:49:26 +00:00
set enable_analyzer=1;
2023-11-22 12:24:21 +00:00
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 ';