ClickHouse/tests/queries/0_stateless/2020_cast_integer_overflow.sql

3 lines
68 B
MySQL
Raw Normal View History

2021-09-15 21:01:01 +00:00
SELECT toInt32('-2147483648');
SELECT toInt32OrNull('-2147483648');