I\'ve got a table with two columns, ID and Value. I want to change a part of some strings in the second column.
ID
Value
Example of Table:
replace for persian word
UPDATE dbo.TblNews SET keyWords = REPLACE(keyWords, '-', N'،')
help: dbo.TblNews -- table name
keyWords -- fild name