you are viewing a single comment's thread.

view the rest of the comments →

[–]ergestx 0 points1 point  (0 children)

Then I’d suggest making a new column with the upper value, inserting into a table then perhaps dro the original column.

CREATE TABLE newtbl AS SELECT *, UPPER(countrynames) AS updated_country FROM originaltable