ClickHouse/tests/queries/0_stateless/01770_add_months_ubsan.sql
2021-03-22 23:42:09 +03:00

3 lines
131 B
SQL

-- Result does not make sense but UBSan report should not be triggered.
SELECT ignore(now() + INTERVAL 9223372036854775807 MONTH);