106
MySQL SQRT() Function
The sqrt() is a Math function of MySQL. This function is used to get the square root of the given number.
Syntax
Parameter:
number: It is the number for getting sqrt.
Example 1
Output:
Example 2
Output:
Example 3
Output:
Next TopicMySQL Math