What Is Used of SQUARE() In SQL ?

Forums SQLWhat Is Used of SQUARE() In SQL ?
Staff asked 2 years ago

Answers (1)

Add Answer
Staff answered 2 years ago

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

Example:  SELECT SQUARE(13);
Output:169.0

Subscribe

Select Categories