I am performing a Select on 5.7.32 where I want to negate the values:
SELECT (val * -1) AS new_value
This results in the error: