mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 07:32:27 +00:00
3 lines
113 B
SQL
3 lines
113 B
SQL
-- The result is unspecified but UBSan should not argue.
|
|
SELECT ignore(addHours(now64(3), inf)) FROM numbers(2);
|