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, 1558🔥, 0💬
Popular Posts:
Where to find reference information and tutorials on MySQL database functions? I want to know how to...
What Is a Parameter File in Oracle? A parameter file is a file that contains a list of initializatio...
How To Use "IF ... ELSE IF ..." Statement Structures in SQL Server Transact-SQL? "IF ... ELSE IF ......
How To Install PHP on Windows in MySQL? The best way to download and install PHP on Windows systems ...
How to execute statements in loops in SQL Server Transact-SQL? How to use WHILE ... loops? You can u...