Below is the Power Function. Power Function always must have 2 parameters.
SELECT POWER(3,2);
Result:- 9
You can also use POW instate of POWER.
In simple words, above function will work like:- 3*2
Also read:- Power Function SQL
SELECT POWER(3,2);
Result:- 9
You can also use POW instate of POWER.
In simple words, above function will work like:- 3*2
Also read:- Power Function SQL
No comments:
Post a Comment