Added a test #3569

This commit is contained in:
Alexey Milovidov 2018-12-26 03:18:11 +03:00
parent 5d1bc8540e
commit 4104a0610e
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
-128
-32768
-2147483648
-9223372036854775808

View File

@ -0,0 +1,4 @@
SELECT toInt8('-128');
SELECT toInt16('-32768');
SELECT toInt32('-2147483648');
SELECT toInt64('-9223372036854775808');