Collections:
CHARACTER_LENGTH() - Synonym for CHAR_LENGTH()
What's the difference between CHARACTER_LENGTH() and CHAR_LENGTH() functions?
✍: FYIcenter.com
CHARACTER_LENGTH(string) is
a synonym for the CHAR_LENGTH(string) function.
Related MySQL functions:
⇒ CHARSET() - Detecting Character Set Name
⇐ CHAR_LENGTH() - Number of Characters
2023-11-11, 989🔥, 0💬
Popular Posts:
How To Count Rows with the COUNT(*) Function in SQL Server? If you want to count the number of rows,...
How To Set Up SQL*Plus Output Format in Oracle? If you want to practice SQL statements with SQL*Plus...
How To Drop a Stored Procedure in Oracle? If there is an existing stored procedure and you don't wan...
Where to find answers to frequently asked questions on Downloading and Installing SQL Server 2005 Ex...
What Are Date and Time Functions in MySQL? MySQL offers a number of functions for date and time valu...