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

Wednesday 3 June 2015

Power Function in Oracle

Below is the Power function in oracle. Power function always must have 2 parameters.

SELECT POWER(2,3) FROM DUAL;

Result:-   8

Above function is like 2*2*2.
Please provide your feedback in the comments section above. Please don't forget to follow.