I want to update 1 column in SQL Table. Example: Current value in column is like this
2013/09/pizzalover.jpg 2013/10/pasta.jpg
Now i wa
You can simply update column using statement
update TableName set ColumnName = 'www.mypizza.com/' + ColumnName