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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
68 B
MySQL
Raw Normal View History

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