ClickHouse/tests/queries/0_stateless/00879_cast_to_decimal_crash.sql

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

2 lines
82 B
MySQL
Raw Normal View History

select cast(toIntervalDay(1) as Nullable(Decimal(10, 10))); -- { serverError 70 }