SQL Server can do some intense Mathematical calculations. Following are three very basic and very necessary functions. All the three function does not need explanation. I will not introduce their definition but will demonstrate the usage of function. SELECT PI() GO SELECT POWER(2,5) GO SELECT POWER(8,-2) GO SELECT EXP(99) GO SELECT EXP(1) GO Results Set… Continue Reading...
Source: SQL SERVER – Result of EXP (Exponential) to the POWER of PI – Functions Explained | Journey to SQL Authority with Pinal Dave
No comments:
Post a Comment