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

2023-05-07 02:16:18 +00:00
SELECT caseWithExpr(arrayReduce(NULL, []), []); -- { serverError BAD_ARGUMENTS }