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

3 lines
68 B
MySQL
Raw Normal View History

2021-09-29 14:43:35 +00:00
SELECT toInt32('-2147483648');
SELECT toInt32OrNull('-2147483648');