mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 23:31:24 +00:00
3 lines
160 B
SQL
3 lines
160 B
SQL
-- Should correctly throw exception about overflow:
|
|
SELECT mapPopulateSeries([-9223372036854775808, toUInt32(2)], [toUInt32(1023), -1]); -- { serverError 128 }
|