在SQL Server中计算回归 [英] Calculating Regression in SQL Server

查看:128
本文介绍了在SQL Server中计算回归的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在SQL Sever 2005中计算回归.

oracle中有regr_slope可以找到斜率,是否有类似的功能?

请帮帮我..........

提前谢谢..

Indrajeet

How do i calcuate regressions in SQL Sever 2005.

There is regr_slope in oracle to find slope, Is there any functions like that????


Please help me..........

Thanks in advance..

Indrajeet

推荐答案

我认为您正在寻找

SELECT PATINDEX(''%[^ a-zA-Z1-9]%'',``SpecialCharacterLocation#At25'')

问候,
Ashish Mehta
I think your are looking for

SELECT PATINDEX(''%[^a-zA-Z1-9]%'', ''SpecialCharacterLocation#At25'')

Regards,
Ashish Mehta


这篇关于在SQL Server中计算回归的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆