VistaDB 6
VistaDB / Developer's Guide / SQL Reference / Functions / Mathematical Functions / ABS
In This Topic
    ABS
    In This Topic
    Absolute value of a real number.


    Example

    SELECT ABS(-3.14);
    SELECT ABS(3.14);
    
    Both selects return identical values
    RETURNS:  3.14
    
    See Also