mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 07:32:27 +00:00
7 lines
315 B
MySQL
7 lines
315 B
MySQL
|
-- Overflow during integer rounding is implementation specific behaviour.
|
||
|
-- This test allows to be aware if the impkementation changes.
|
||
|
-- Changing the implementation specific behaviour is Ok.
|
||
|
-- and should not be treat as incompatibility (simply update test result then).
|
||
|
|
||
|
SELECT round(-9223372036854775808, -2);
|