Site Menu
- Home
- Products
- NexusDB
- Nexus Quality Suite
- NexusDB Drivers & Connectors
- Nexus Remoting
- Nexus Memory Manager
- Some of our Customers
- Testimonials and use(r)s
- Downloads
- Documentation
- Support
- Pricing & Orders
- About
- Community
- My Nexus
- Recently Updated ...
- Search...
- Site Login
Search
Power Function


Syntax
POWER ( <numeric value expression> , <numeric value expression> ) |
Notes
♦ | The POWER function returns the value of the first argument raised to the power of the second argument. |
♦ | If both arguments are 0, then the result is 1. |
♦ | If the first argument is 0 and the second argument is positive, then the result is 0. |
♦ | If the first argument is negative, then the second argument shall be an exact numeric value with scale 0. |
♦ | The data type of the result is DOUBLE PRECISION. |
♦ | If either of the arguments are null, then the result is null. |
Examples
Expression |
Result |
POWER( 0, 0 ) |
1 |
POWER( 0, 3 ) |
0 |
POWER( -2, 3 ) |
-8 |
POWER( 2, 3 ) |
8 |
Conformance
SQL:2003 standard |
- |
Feature T621 "Enhanced numeric functions" |
Questions? Problems?
- Interested to buy but something put you off?
- Can't find what you're looking for?
- Have a suggestion?
Let us know. If you're having trouble contacting us, please check here.
Site Updates
- May 14 2025 - 12:32pm
- Mar 19 2025 - 9:52pm
- Mar 19 2025 - 11:17am
- Mar 14 2025 - 11:23am
- Mar 13 2025 - 11:42pm