mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
3 lines
90 B
SQL
3 lines
90 B
SQL
SET enable_analyzer=1;
|
|
SELECT untuple(x -> 0) -- { serverError ILLEGAL_TYPE_OF_ARGUMENT }
|