mysql增加字段

update t111 set s6= CONCAT('0',s6) where LENGTH(s6) != 4 前面加

update t111 set s6= CONCAT(s6,'0') where LENGTH(s6) != 4  后边加

你可能感兴趣的:(mysql增加字段)