Home » MySQL Math SQRT() Function

MySQL Math SQRT() Function

by Online Tutorials Library

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:

MySQL Math SQRT() Function

Example 2

Output:

MySQL Math SQRT() Function

Example 3

Output:

MySQL Math SQRT() Function

Next TopicMySQL Math

You may also like