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, 1430🔥, 0💬
Popular Posts:
How to detect the collation coercibility associated to a given character string using the COERCIBILI...
How to download and install the scaled-down database AdventureWorksLT in SQL Server? If you want to ...
How to detect the collation coercibility associated to a given character string using the COERCIBILI...
What Are the Underflow and Overflow Behaviors on FLOAT Literals in SQL Server Transact-SQL? If you e...
How To Select All Columns of All Rows from a Table with a SELECT statement in SQL Server? The simple...