ClickHouse/tests/queries/0_stateless/02731_nothing_deserialization.sql

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

2 lines
141 B
MySQL
Raw Normal View History

2023-05-06 00:19:47 +00:00
SELECT CAST('\x01\x00' AS AggregateFunction(nothingArrayIf, Array(Nullable(Nothing)), Nullable(Nothing))); -- { serverError INCORRECT_DATA }