POW(, ) : Power « Math « SQL / MySQL






POW(, )

   
mysql>
mysql>
mysql> SELECT POW(4, 2);
+-----------+
| POW(4, 2) |
+-----------+
|        16 |
+-----------+
1 row in set (0.00 sec)

mysql>

   
    
    
  








Related examples in the same category

1.Use power
2.Use the POW() function to raise the Amount values by a power of 2.