What Is Used of SQUARE() In SQL ?

Forums SQLWhat Is Used of SQUARE() In SQL ?
Staff asked 8 months ago

Answers (1)

Add Answer
Staff answered 8 months ago

The SQUARE() function returns the square of a number.

Example:  SELECT SQUARE(13);
Output:169.0

Subscribe

Select Categories