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