Escape character = SQL server -
i need update row in column like
update my_table set column_name = 'vector = 1 , value in('a','b','c')'
i think problem don't know how escape = sign
just clear; vector = 1 , value in('a','b')
existing value in row want update vector = 1 , value in('a','b','c')
tips on how can this? thanks
you not run in problem = sign quote sign.
'vector = 1 , value in(''a'',''b'',''c'')'
Comments
Post a Comment