Hi all,
I have to update a column where I am giving query which is
Update Table Set col = '[189] IS NOT NULL and [189] <> ''' Where colid= 198
but its giving output:- [189] IS NOT NULL and [189] <> '
But I want output :- [189] IS NOT NULL and [189] <> ''
actually I am not getting single quotes at last..
Please let me know how to give update query?
Thanks in advance...