Description
Expected that:
SELECT -9223372036854775808::BIGINT/-1::BIGINT
and
SELECT CAST (-9223372036854775808 as BIGINT)/-1::BIGINT
returns the same results, but it not true, check issue related code
Expected that:
SELECT -9223372036854775808::BIGINT/-1::BIGINT
and
SELECT CAST (-9223372036854775808 as BIGINT)/-1::BIGINT
returns the same results, but it not true, check issue related code