VistaDB 6
VistaDB / Developer's Guide / SQL Reference / Functions / Mathematical Functions / SQUARE
In This Topic
    SQUARE
    In This Topic
    Given a number, the function returns the square of the input number.

    This is the math function X^2 or X*X.



    Example

    SELECT SQUARE( 10 )
    
    Returns: 100
    
    See Also