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.
SELECT POWER(2,3);
Result:- 8
In simple words, Above function would work like 2*2*2.
No comments:
Post a Comment