When I try to process this numeric value -> 2373358021, this gave me an error saying 'value is out of range for type integer'
This happens because the value exceeds the maximum range of a 32-bit signed integer. Unlike string parsing, this issue occurs when the number is used directly as a literal.