Description
For the following cases, ABS should throw exceptions since the result is out of the range of result data type in ANSI mode.
SELECT abs(${Int.MinValue});
SELECT abs(${Long.MinValue});
For the following cases, ABS should throw exceptions since the result is out of the range of result data type in ANSI mode.
SELECT abs(${Int.MinValue});
SELECT abs(${Long.MinValue});