Welcome to plsql4all.blogspot.com SQL, MYSQL, ORACLE, TERADATA, MONGODB, MARIADB, GREENPLUM, DB2, POSTGRESQL.

Wednesday 3 June 2015

Power Function in SQL Server

Below is the example of Power Function. Power Function always must have 2 parameters.

SELECT POWER(2,3);

Result:-  8

In simple words, Above function would work like 2*2*2.

No comments:

Post a Comment

Please provide your feedback in the comments section above. Please don't forget to follow.