SQL ReferenceSQL FunctionsScalar FunctionsNumeric FunctionsEVersion: 5.xOn this pageEDescription Returns the constant e value. Syntax E() Example mysql> select e();+--------------------+| e() |+--------------------+| 2.718281828459045 |+--------------------+