SQL Server POWER() 函数
定义和用法
POWER() 函数返回一个数的另一个数的次方。
语法
POWER(a, b)
参数值
参数 | 描述 |
---|---|
a | 必需。一个数字(底数) |
b | 必需。一个数字(指数) |
技术细节
适用范围 | SQL Server(从 2008 开始)、Azure SQL 数据库、Azure SQL 数据仓库、并行数据仓库 |
---|
POWER() 函数返回一个数的另一个数的次方。
POWER(a, b)
参数 | 描述 |
---|---|
a | 必需。一个数字(底数) |
b | 必需。一个数字(指数) |
适用范围 | SQL Server(从 2008 开始)、Azure SQL 数据库、Azure SQL 数据仓库、并行数据仓库 |
---|
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]