VistaDB 6
VistaDB / Developer's Guide / SQL Reference / Functions / Mathematical Functions / LOG10
In This Topic
    LOG10
    In This Topic
    The base-10 logarithm of the input number.


    Example

    SELECT LOG10(145.175643);
    
    RETURNS:  2.1618937582509683
    
    See Also