I am using below query to subtract two columns is there a way forward to handle negative subtraction
select col_1 - col_2 from table;
if 0-25 then return as +25 instead of -25 or anything subtracting lesser should consider maximum value to be subtracted