i want to add new variable without deleting old variable with using Update Set. i added example of my table and i wrote below the query. How can i do?
update ActionsProperties
set PropertyValue = PropertyValue + ',x@x'
where PropertyValue = 'y@y' and PropertyName = 'EmailTo'
When i see y@y mail addresses i want to add email: x@x