English中文日本語DevReferenceSQL FunctionsScalar FunctionsNumeric FunctionsEOn this pageLast updated on May 17, 2026EDescription Returns the constant e value. Syntax E() Example mysql> select e();+--------------------+| e() |+--------------------+| 2.718281828459045 |+--------------------+