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, 1308🔥, 0💬
Popular Posts:
How To Select All Columns of All Rows from a Table with a SELECT statement in SQL Server? The simple...
What Is a Parameter File in Oracle? A parameter file is a file that contains a list of initializatio...
How To Convert Numeric Values to Integers in SQL Server Transact-SQL? Sometimes you need to round a ...
How To Convert a Unicode Strings to Non-Unicode Strings in SQL Server Transact-SQL? Since Unicode ch...
How To Drop a Stored Procedure in Oracle? If there is an existing stored procedure and you don't wan...