ClickHouse/tests/queries/0_stateless/02732_transform_fuzz.sql

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

2 lines
92 B
MySQL
Raw Normal View History

2024-02-20 13:20:14 +00:00
SELECT caseWithExpr(arrayReduce(NULL, []), []); -- { serverError ILLEGAL_TYPE_OF_ARGUMENT }