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, 6269🔥, 0💬
Popular Posts:
How To Generate CREATE VIEW Script on an Existing View in SQL Server? If you want to know how an exi...
Can You Drop an Index Associated with a Unique or Primary Key Constraint in Oracle? You can not dele...
How To Connect to a MySQL Server with a Port Number in MySQL? If you want to connect a MySQL server ...
How To Convert Binary Strings into Hexadecimal Character Strings in SQL Server? When a query returns...
How Run SQL*Plus Commands That Are Stored in a Local File in Oracle? If you have a group of commands...