--SQRT(x)返回非负数x的二次方根
示例:select ?SQRT(9), SQRT(36);
结果:3 6
sql server 平方根函数SQRT(x)
原文:http://www.cnblogs.com/llljpf/p/6542424.html