Dear All
I have an address field as so
1 BEAR ROAD
3 LONDON STREET
....
In excel you can you the 'proper' function to change the case to
1 Bear Road
3 London Street
Is there a SQL equivalent? I know I could use RTRIM with LOWER, but could I get anything to work on a field where there are multiple words of different length?
Thanks
Matt
I have an address field as so
1 BEAR ROAD
3 LONDON STREET
....
In excel you can you the 'proper' function to change the case to
1 Bear Road
3 London Street
Is there a SQL equivalent? I know I could use RTRIM with LOWER, but could I get anything to work on a field where there are multiple words of different length?
Thanks
Matt