PPT Slide
Using the abs( ) function in SELECT statements:
The abs( ) or absolute value function calculates
how far away from zero the parameter passed
lies on the number line:
SELECT ABS(25), ABS(-12) FROM DUAL;ABS(25) ABS(-12)------- --------25 12
27
Previous slide
Next slide
Back to first slide
View graphic version