Syntax
ICU_VERSION()
Purpose
ICU_VERSION() returns the versions of International Components for Unicode (ICU) that support regular expression operations. OceanBase Database uses ICU to support regular expressions. ICU provides full Unicode support and is multi-byte secure.
Examples
obclient> SELECT ICU_VERSION();
+---------------+
| ICU_VERSION() |
+---------------+
| 69.1 |
+---------------+
1 row in set