Collections:
LCASE() - Synonym for LOWER()
What's the difference between LCASE() and LOWER() functions?
✍: FYIcenter.com
LCASE(string) is
a synonym for the LOWER(string) function.
Related MySQL functions:
2023-11-12, 1535🔥, 0💬
Popular Posts:
How To Format DATETIME Values to Strings with the CONVERT() Function in SQL Server Transact-SQL? SQL...
How to convert a JSON (JavaScript Object Notation) quoted string into a regular character string usi...
How To Select All Columns of All Rows from a Table in Oracle? The simplest query statement is the on...
How to obtain the version number of the ICU (International Components for Unicode) library using the...
How To Revise and Re-Run the Last SQL Command in Oracle? If executed a long SQL statement, found a m...