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, 1242🔥, 0💬
Popular Posts:
How To Generate CREATE VIEW Script on an Existing View in SQL Server? If you want to know how an exi...
Where to find answers to frequently asked questions on Managing Security, Login and User in SQL Serv...
How To Convert Numeric Values to Integers in SQL Server Transact-SQL? Sometimes you need to round a ...
How To Generate Random Numbers with the RAND() Function in SQL Server Transact-SQL? Random numbers a...
How To Calculate DATETIME Value Differences Using the DATEDIFF() Function in SQL Server Transact-SQL...