Skip to main content

VERSION

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 |
+-----------+