mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
3 lines
272 B
MySQL
3 lines
272 B
MySQL
|
-- This query throws exception about uncomparable data types (but at least it does not introduce bad cast in code).
|
||
|
SELECT has(materialize(CAST(['2021-07-14'] AS Array(LowCardinality(Nullable(DateTime))))), materialize('2021-07-14'::DateTime64(7))); -- { serverError 44 }
|