ABS is Sql
in-build function that is used to Convert negative data into positive data.
ABS
function returns the positive value of the specified numeric values.
Syntax:
ABS ( numeric_expression)
Examples of ABS Function :
Example : Passing Negative value to ABS Function
SELECT ABS(-45.23)
Output
45.23
No comments:
Post a comment