MySQL直接取代字串語法 將123取代成456 UPDATE `table` SET `content` = REPLACE(`content`,'123','456'); Categories: MySQL