- usa alter table - aggiungi una nuova colonna.
- colonna del numero di aggiornamento + Country.Number :usa sottostringa_indice
Domanda:
UPDATE TABLE SET Number = SUBSTRING_INDEX('Country.Number', '.', -1),
Country.Number = SUBSTRING_INDEX('Country.Number', '.', 1);
- alter table cambia il nome del campo di Country.Number