ClickHouse/tests/queries/0_stateless/02419_contingency_array_nullable.sql
Alexey Milovidov 2aedd41023
Remove strange code (#40195)
* Remove strange code

* Even more code removal

* Fix style

* Remove even more code

* Simplify code by making it slower

* Attempt to do something

* Attempt to do something

* Well do something with this horrible trash

* Add a test
2022-09-12 16:29:23 +02:00

2 lines
56 B
SQL

SELECT contingency(1, [1, NULL]); -- { serverError 48 }