UPDATE your_table
SET extra = substring_index(email, ' ', -1),
email = substring_index(email,' ',1);
UPDATE your_table
SET extra = substring_index(email, ' ', -1),
email = substring_index(email,' ',1);
Modification du CommandTimeout dans SQL Management Studio
Comment générer des scripts pour recréer une table à l'aide de SQL Server Management Studio [Schéma et données] ?
Suivez ISS avec SAP Data Intelligence et SAP HANA :stockez et analysez les données
Comment utiliser git comme fournisseur de contrôle de code source pour SQL Server Management Studio