sql query to convert string to lowercase code example Example: how to write lowercase in sql SELECT UPPER(FIRST_NAME) , LOWER(LAST_NAME) FROM CUSTOMERS ;