パターンが"MyProgram nnnnnn"
の場合 VB 1.3, Mysql 5.6, PHP 5.4
のような文字列を管理する など、次のことができます
update tablename
set col = substring_index(col,' ',-1)
パターンが"MyProgram nnnnnn"
の場合 VB 1.3, Mysql 5.6, PHP 5.4
のような文字列を管理する など、次のことができます
update tablename
set col = substring_index(col,' ',-1)