MySQL ICU_VERSION() Function
MySQL ICU_VERSION()
function returns the version of the International Components for Unicode (ICU) library used to support regular expression operations.
ICU_VERSION()
Syntax
Here is the syntax of the MySQL ICU_VERSION()
function:
ICU_VERSION()
Parameters
The MySQL ICU_VERSION()
function does not require any parameters.
Return value
The ICU_VERSION()
function returns the version of the International Components for Unicode (ICU) library used to support regular expression operations.
ICU_VERSION()
Examples
The following example shows how to use the ICU_VERSION()
function to get the version of ICU.
SELECT ICU_VERSION();
+---------------+
| icu_version() |
+---------------+
| 65.1 |
+---------------+
Note that your values may be different.