ClickHouse/tests/queries/0_stateless/01770_add_months_ubsan.sql

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

3 lines
131 B
MySQL
Raw Normal View History

2021-03-22 20:42:09 +00:00
-- Result does not make sense but UBSan report should not be triggered.
SELECT ignore(now() + INTERVAL 9223372036854775807 MONTH);