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, 6300🔥, 0💬
Popular Posts:
How To Format Time Zone in +/-hh:mm Format in SQL Server Transact-SQL? From the previous tutorial, y...
How to set the current database in SQL Server? Once you are connected to the SQL Server, you should ...
What Happens to Your Transactions When ERROR 1205 Occurred in MySQL? If your transaction receives th...
Where to find reference information and tutorials on MySQL database functions? I want to know how to...
How To Download Oracle Database 10g XE in Oracle? If you want to download a copy of Oracle Database ...