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

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -