POWER
SQRT
EXP
Returns the square root.
SQRT(x)
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;