Syntax
OB_VERSION()
Note
You can call this function to return the version of OceanBase Database in the utf8mb4 character set.
Examples
obclient> SELECT OB_VERSION() FROM DUAL;
+--------------+
| OB_VERSION() |
+--------------+
| 3.2.3.1 |
+--------------+
1 row in set