ClickHouse/tests/queries/0_stateless/01716_array_difference_overflow.sql

3 lines
105 B
MySQL
Raw Normal View History

2021-02-13 00:45:06 +00:00
-- Overflow is Ok and behaves as the CPU does it.
SELECT arrayDifference([65536, -9223372036854775808]);