mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Add a test
This commit is contained in:
parent
ae67ea3ab3
commit
58d52c3715
@ -0,0 +1,3 @@
|
||||
-36170086419038336
|
||||
-140739635871744
|
||||
-2147483648
|
@ -0,0 +1,5 @@
|
||||
select intDiv(-9223372036854775808, 255);
|
||||
select intDiv(-9223372036854775808, 65535);
|
||||
select intDiv(-9223372036854775808, 4294967295);
|
||||
select intDiv(-9223372036854775808, 18446744073709551615); -- { serverError 153 }
|
||||
select intDiv(-9223372036854775808, -1); -- { serverError 153 }
|
Loading…
Reference in New Issue
Block a user