MySQLNumeric FunctionsSQRT
POWER

SQRTNumeric Functions

EXP

Returns the square root.

Syntax

SQRT(x)

Example

Enter values below to update the example in real time.

item_id
std_dev
quality_stats
SELECT item_id, SQRT(variance) AS std_dev
FROM quality_stats;