A blog where you can explore everything about Datawarehouse, OBIEE, Informatica, Power BI, QlikView, Hadoop, Oracle SQL-PLSQL, Cognos and much more....
Pages
▼
Saturday, 13 April 2013
SQL Functions:ABS
ABS: Returns
absolute value for argument. The data type of the output remains the same.
SELECT
ABS (input_value)FROMTable;
This query will
return the absolute value of input_value
No comments:
Post a Comment