I have a table with rows like this:
| Country.Number | Country |
| US.01 | USA |
| US.02 | USA |
I'd like to modify this to:
| Country | Number | Country |
| US | 01 | USA |
| US | 02 | USA |
Is there an easy way to do this?