I remember reading this somewhere but couldn't find it again so I was hoping someone could point me in the right direction.
I want to do something simple like
Code: Select all
update tablename
set column1 = column1 + 'this string'
where columnkey = 106
column1 is empty by default but is a varchar type
Regards,