About 4,290 results
Open links in new tab
  1. POWER (Transact-SQL) - SQL Server | Microsoft Learn

    Jul 20, 2026 · Returns the value of the specified expression to the specified power. Transact-SQL syntax conventions. Is an …

  2. SQL Server POWER () Function - W3Schools

    Definition and Usage The POWER () function returns the value of a number raised to the power of another number. Syntax POWER …

  3. SQL Server POWER () Function - W3Schools

    Definition and Usage The POWER () function returns the value of a number raised to the power of another number.

  4. SQL Server POWER () Function

    In this tutorial, you will learn how to use the SQL Server POWER () function to raise a number to a specific power.

  5. SQL Server POWER () Function - GeeksforGeeks

    Jul 23, 2025 · The POWER () function is a powerful tool in SQL Server for performing exponential calculations. It handles both …

  6. SQL - POWER () Function - Online Tutorials Library

    SQL POWER () is the mathematical function that returns the value of a number raised to the power of another number. We need to …

  7. SQL POWER: Raises a Number to a Power of a Specified Number - SQL

    This tutorial shows you how to use the SQL POWER function that raises a number to a power of a specified number

  8. SQL POWER () function - w3resource

    Feb 26, 2026 · POWER () is a mathematical function that calculates the result of raising a number to a specified power. In this case, …

  9. SQL POWER Function - Tutorial Gateway

    This function also allows you to calculate the power of column values. In this math function example, we are going to calculate the …

  10. POWER (Transact-SQL) - SQL Server | Microsoft Learn

    Using POWER to show results of data type conversion The following example shows how the float_expression preserves the data …