This functions returns the absolute value of a number. it removes all the negative sign from the numbers.
Syntax:
ABS( number )
Parameter list:
number – the real number of which you want the absolute value.
As you can see example given below:
Ask Your Query