VeloDB Cloud
SQL Reference
SQL Functions
Scalar Functions
Numeric Functions
E

E

Description

Returns the constant e value.

Syntax

E()

Example

mysql> select e();
+--------------------+
| e()                |
+--------------------+
| 2.718281828459045  |
+--------------------+