Example
Return the square of a number:
SELECT SQUARE(64);
Definition and Usage
The SQUARE() function returns the square of a number.
Syntax
SQUARE(number)
Return the square of a number:
SELECT SQUARE(64);
The SQUARE() function returns the square of a number.
SQUARE(number)
Return the square root of a number:
SELECT SQRT(64);
The SQRT() function returns the square root of a number.
SQRT(number)