VistaDB 6
VistaDB / Developer's Guide / SQL Reference / Functions / Mathematical Functions / FRAC
In This Topic
    FRAC
    In This Topic
    Returns the fractional (decimal) part of a real number.



    Example

    SELECT FRAC(3.1415);
    
    RETURNS:  0.1415
    
    See Also