SQL ReferenceSQL FunctionsScalar FunctionsNumeric FunctionsEOn this pageE Description Returns the constant e value. Syntax E() Example mysql> select e();+--------------------+| e() |+--------------------+| 2.718281828459045 |+--------------------+