/ Published in: SQL
                    
                                        
A few examples of the ABS function
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
SELECT ABS(-12) AS Absolute
FROM DUAL;
SELECT ABS(-12.7) AS Absolute
FROM DUAL;
SELECT ABS(21) AS Absolute
FROM DUAL;
URL: http://www.databasestar.com/oracle-abs/
Comments
 Subscribe to comments
                    Subscribe to comments
                
                