LCASE Function:- LCASE Function is used to convert strings in lowercase. LOWER() and LCASE() both perform the same task. We can say LCASE() is a synonym of LOWER(). Syntax:- LCASE(string) For Example:- SELECT LCASE(“MySQL is
Continue Reading- Home
- LENGTH