Forum Moderators: open
UPDATE `list_of_schools2` SET School_Name=replace(School_Name,’ EL’,ELEMENTARY’);
Problem is that I have some entries where the first part of a word is EL. I do know that the EL I want to change will always be the last to characters of the field. So what I need is for it to make sure not to replace it unless EL is the last 2 chars of the field.