OB_VERSION

2023-10-24 09:23:03  Updated

Syntax

OB_VERSION()

Description

You can call this function to return the version of OceanBase Database in the utf8mb4 character set.

Examples

obclient> SELECT OB_VERSION();
+--------------+
| OB_VERSION() |
+--------------+
| 3.2.3.4      |
+--------------+
1 row in set

Contact Us