ClickHouse/tests/queries/0_stateless/01258_wrong_cast_filimonov.sql

2 lines
287 B
MySQL
Raw Normal View History

2020-04-22 00:48:03 +00:00
create table x( id UInt64, t AggregateFunction(argMax, Enum8('<Empty>' = -1, 'Male' = 1, 'Female' = 2), UInt64) DEFAULT arrayReduce('argMaxState', ['cast(-1, \'Enum8(\'<Empty>\' = -1, \'Male\' = 1, \'Female\' = 2)'], [toUInt64(0)]) ) Engine=MergeTree ORDER BY id; -- { serverError 70 }