select only uppercase values sql code example Example: get all name uppercase in sql SELECT UPPER(FIRST_NAME) , LOWER(LAST_NAME) FROM CUSTOMERS ;