Hi, I am using dynamic SQL to do the update. I face difficulty when I want to filter my query using any string.
For example - where attribute1 = 'ABC' - It doesn't allow that and consider ABC as a column name. I did lot of research and tried vairous methods like ' "ABC" (with double quotes), '"ABC"' (with one single and one double quote) - But nothing works.
Can anyone please help me out ?
Thanks.
↧