- použijte alter table - přidat nový sloupec.
- aktualizovat sloupec čísla + Country.Number :použijte substring_index
Dotaz:
UPDATE TABLE SET Number = SUBSTRING_INDEX('Country.Number', '.', -1),
Country.Number = SUBSTRING_INDEX('Country.Number', '.', 1);
- upravit tabulku změnit název pole Country.Number