phpMyAdmin
 sql >> Database >  >> Database Tools >> phpMyAdmin

Rimuovi parte della stringa nella tabella

Se il modello è "MyProgram nnnnnn" maning string come VB 1.3, Mysql 5.6, PHP 5.4 ecc allora puoi fare quanto segue

update tablename 
set col = substring_index(col,' ',-1)