Prev Next
SQL LCASE() function converts the given column to lowercase. Syntax for SQL LCASE() function is given below.
SQL Syntax for LCASE() function:
| Syntax for LCASE() function in SQL | SELECT LCASE(column_name) FROM table_name; |
Please consider the following table with few records as given below.
Table name (for example): student
Column names in this table: Student_ID, Student_name, City and Marks
Available records: 4 rows
