millerfw
asked on
Find space in SQL String and Change to Proper case
Hi Experts
I have a SQL table which contains all Upper Case data. I moving it from this table to another table where the Data is Proper case ( from PAUL to Paul ) I am not having any problem with the data when the field only contains one word but when it has two words such as City: NEW YORK I need to find the space with a substring or something to chang it from NEW YORK to New York. Does anyone have sample SQL code for this? Thanks
I have a SQL table which contains all Upper Case data. I moving it from this table to another table where the Data is Proper case ( from PAUL to Paul ) I am not having any problem with the data when the field only contains one word but when it has two words such as City: NEW YORK I need to find the space with a substring or something to chang it from NEW YORK to New York. Does anyone have sample SQL code for this? Thanks
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Can I get the points then? :o)
ASKER
Sorry I thouht I had awarded the points
ASKER