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, 6447🔥, 0💬
Popular Posts:
How To Verify Your PHP Installation in MySQL? PHP provides two execution interfaces: Command Line In...
How To Install PHP on Windows in MySQL? The best way to download and install PHP on Windows systems ...
How To Use "IF ... ELSE IF ..." Statement Structures in SQL Server Transact-SQL? "IF ... ELSE IF ......
How To Start the Command-Line SQL*Plus in Oracle? If you Oracle server or client installed on your w...
What Are the Underflow and Overflow Behaviors on FLOAT Literals in SQL Server Transact-SQL? If you e...