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