SQL – MySQL POWER() Function
The MySQL POWER() function returns the value of a number raised to the power of another number.
The MySQL POWER() function returns the value of a number raised to the power of another number.
The MySQL SQRT() function returns the square root of a number greater than zero.
The SQL Server ACOS() function returns the arc cosine of a specified number between -1 and 1.
The SQL Server ASIN() function returns the arc sine of a specified number between -1 and 1.
The SQL Server ATAN() function returns the arc tangent of a number.
The SQL Server ATN2() function returns the arc tangent of two numbers.
The SQL Server AVG() function returns the average value of an expression (NULL values are ignored).
The SQL Server CEILING() function returns the smallest integer value that is larger than or equal to a number.
The SQL Server COUNT() function returns the number of records returned by a select query. NULL values are not counted.
The SQL Server EXP() function returns the natural logarithm e (2.718281…) raised to the power of the specified number.
The SQL Server FLOOR() function returns the largest integer value that is smaller than or equal to a number.
The SQL Server LOG() function returns the natural logarithm of a specified number, or the logarithm of the number to the specified base.
The SQL Server LOG10() function returns the natural logarithm of a number greater than 0 to base 10.
The SQL Server POWER() function returns the value of a number raised to the power of another number.