E
Eleanor of Aquitaine
I want to write a query that will update only one character in a field.
Right now the data looks like:
question1_answer1
question2_answer1
question3_answer1
I want it to be:
question1_answer2
question2_answer2
question3_answer2
So I just want to change the last character. Is this possible?
Right now the data looks like:
question1_answer1
question2_answer1
question3_answer1
I want it to be:
question1_answer2
question2_answer2
question3_answer2
So I just want to change the last character. Is this possible?