Collections:
ICU_VERSION() - ICU (International Components for Unicode) Version
How to obtain the version number of the ICU (International Components for Unicode) library using the ICU_VERSION() function?
✍: FYIcenter.com
ICU_VERSION() is a MySQL built-in function that
returns the version number of the ICU (International Components for Unicode) library.
For example:
SELECT ICU_VERSION(); -- +---------------+ -- | ICU_VERSION() | -- +---------------+ -- | 59.1 | -- +---------------+
Reference information of the ICU_VERSION() function:
ICU_VERSION(): ver Returns the version number of the ICU library. Arguments, return value and availability: ver: Return value. The version number of the ICU library. Available since MySQL 4.0.
⇒ LAST_INSERT_ID() - Last Value of AUTO_INCREMENT Column
⇐ FOUND_ROWS() - Row Count from Last SELECT Statement
2025-04-11, 2543🔥, 0💬
Popular Posts:
What Is Oracle in Oracle? Oracle is a company. Oracle is also a database server, which manages data ...
How To List All Login Names on the Server in SQL Server? If you want to see a list of all login name...
Where to find answers to frequently asked questions on Managing Security, Login and User in SQL Serv...
How To Insert New Line Characters into Strings in SQL Server Transact-SQL? If you want to break a st...
What Is an Oracle Tablespace in Oracle? An Oracle tablespace is a big unit of logical storage in an ...