Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Changing the case of letters in SQL - update of rows

$
0
0
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

Viewing all articles
Browse latest Browse all 3145

Trending Articles