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, 1776🔥, 0💬
Popular Posts:
How to convert a JSON (JavaScript Object Notation) quoted string into a regular character string usi...
How To Query Tables and Loop through the Returning Rows in MySQL? The best way to query tables and l...
How To Use DATEADD() Function in SQL Server Transact-SQL? DATEADD() is a very useful function for ma...
How to change the data type of an existing column with "ALTER TABLE" statements in SQL Server? Somet...
How to detect the collation coercibility associated to a given character string using the COERCIBILI...