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, 2011🔥, 0💬
Popular Posts:
What is dba.FYIcenter.com Website about? dba.FYIcenter.com is a Website for DBAs (database administr...
What Is ISAM in MySQL? ISAM (Indexed Sequential Access Method) was developed by IBM to store and ret...
What Is an Oracle Instance in Oracle? Every running Oracle database is associated with an Oracle ins...
How To Find Out What Privileges a User Currently Has in Oracle? Privileges granted to users are list...
How To End a Stored Procedure Properly in SQL Server Transact-SQL? Where the end of the "CREATE PROC...