Using the SQL LCASE Function February 22, 2017 The LCASE() function simply converts the value of a field to lowercase. Syntax: SELECT LCASE(column_name) FROM table_name;