I have a column named "ship_to_addr_3." In this column there is city, state, and zip combined (i.e. New York, NY 10018). I want to remove only this city so that the column would like like this: New York.
How can I do this? I think a combination of len or replace, etc. would work, but I'm not sure how to go about it.
Thanks for the help.