Upper case only some leters of string sql code example Example: how to write uppercase in sql SELECT UPPER(FIRST_NAME) , LOWER(LAST_NAME) FROM CUSTOMERS ;