VistaDB 6
VistaDB / Developer's Guide / SQL Reference / Functions / Mathematical Functions / PI
In This Topic
    PI
    In This Topic
    Returns the value of PI.



    Example

    SELECT PI()
    
    RETURNS:  3.1415926535897931
    
    See Also