ClickHouse/tests/queries/0_stateless/02463_julian_day_ubsan.sql

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

2 lines
83 B
MySQL
Raw Normal View History

2022-10-21 09:15:24 +00:00
SELECT fromModifiedJulianDay(9223372036854775807 :: Int64); -- { serverError 490 }