Following statement will fail when the expression is negated
select -(2 * 2) from ( values ( 1 ) ) T ( C1 )
Error: SYSTEM ERROR: NullPointerException
- links to
Following statement will fail when the expression is negated
select -(2 * 2) from ( values ( 1 ) ) T ( C1 )
Error: SYSTEM ERROR: NullPointerException