I have a table called 'Artists'. There is a column called Artist in 'Artists'.
Artist
firstname lastname
Firstname lastname
Firstname Lastname
firstname
I tried the query on this Post
I want to captalize first letter of each artist's firstname & lastname in my 'Artists' table. Expecting:
Artist
Firstname Lastname
Firstname Lastname
Firstname Lastname
Firstname
Some of my Artists don't have firstname and the query is putting an extra character in beginning: