Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
arkiboys
Master Smack Fu Yak Hacker
1433 Posts |
Posted - 2012-06-29 : 14:02:01
|
Hi,Not sure if this is the right forum for this but:What is the tsql for the C# Math.Pow ?Thanks |
|
Vinnie881
Master Smack Fu Yak Hacker
1231 Posts |
Posted - 2012-06-29 : 14:05:40
|
I am assuming you want a power function?select power(3,4)select 3*3*3*3 Success is 10% Intelligence, 70% Determination, and 22% Stupidity.\_/ _/ _/\_/ _/\_/ _/ _/- 881 |
 |
|
arkiboys
Master Smack Fu Yak Hacker
1433 Posts |
Posted - 2012-07-01 : 14:39:39
|
Thanks |
 |
|
|
|
|