SQL ReferenceSQL FunctionsScalar FunctionsSystem FunctionsVERSIONOn this pageVERSION Description No practical meaning, for compatibility with MySQL protocol. Syntax VERSION() Return Value Compatible with MySQL protocol, fixed return value is "5.7.99". Examples select version(); +-----------+| version() |+-----------+| 5.7.99 |+-----------+