stupid question here, but I just cant figure it out!
cell has a sting, and I want to add to the end of it.
update my_db set testName = testName + "more info" where id=123
So basically, I want to add to a cell value. I know this works with numbers... but how do you do it with strings?
Thanks!