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