I have a database field that contains names (data type varchar). These names are in uppercase, and I want to make them nice, like the first letter of every word stays in uppercase and the rest in lower case.
For example, instead of 'JOHN WILLIAMS DOE', it has to be 'John Williams Doe'.
Is it possible?
Thanks!
For example, instead of 'JOHN WILLIAMS DOE', it has to be 'John Williams Doe'.
Is it possible?
Thanks!