UPDATE `link_tag`
SET `TagID` = replace(TagID, 2, 13)
I'm specifically only trying to replace 2 with 13. When I use the above for example 202 becomes 13013 because it is replacing both instances of 2 within the number 202. I only want to replace just 2 with 13, not 2 within other larger numbers.