Hi there
I have a large table showing lists of world countries with some rows showing e.g. UNITED KINGDOM and some showing United Kingdom. I want to make all the countries appear in upper case letters, so I'm using the following SQL:
UPDATE c
I have a large table showing lists of world countries with some rows showing e.g. UNITED KINGDOM and some showing United Kingdom. I want to make all the countries appear in upper case letters, so I'm using the following SQL:
UPDATE c