ClickHouse/tests/queries/0_stateless/01773_datetime64_add_ubsan.sql
2021-03-24 02:49:17 +03:00

3 lines
113 B
SQL

-- The result is unspecified but UBSan should not argue.
SELECT ignore(addHours(now64(3), inf)) FROM numbers(2);