Skip to main content
VeloDB Cloud 26.x·Apache Doris 4.x (≤ 4.0 supported)·"Since X.Y" tags refer to Doris versionsversion mapping →

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