Curriculum
Course: SQL
Login

Curriculum

SQL

SQL References

0/80

MySQL Functions

0/139

SQL Server Functions

0/84

SQL Quick Ref

0/1
Text lesson

Exp

Example

Calculate and return the exponential value of ee raised to the power of 5:

SELECT Exp(5AS ExpNum;

Definition and Usage

The Exp() function computes the value of the constant e (approximately 2.718281…) raised to the power of a specified number.

Syntax

Exp(number)

Parameter Values

Parameter

Description

number

Required: The exponent or power number.

Technical Details

Works in:

 From Access 2000