I am trying to replace all values that I have in a field called age and a table called screens
the field has rows that contain numbers with a plus sign
like age= 15+
I am trying to remove all the + signs
so do an update that will change all fields
for example if fields are
18+ 21+ 45+
change them to : 18 21 and 45
1 Answer