Hello recently I have been trying to split one column containing [city, state zip]
and then insert into the same table only in separate columns being [city]
[state]
[zip]
.
format of the column varies : [New York, VA 50000]
or it could be something like [New York, West Virginia 50000-0000]
. Is there an easy way to do this I've tried using sub strings, but I am not having much luck!