Quantcast
Channel: Teradata Forums - Database
Viewing all articles
Browse latest Browse all 14773

What is dynamic sql - response (5) by kuntal.h.shah

$
0
0
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.

Viewing all articles
Browse latest Browse all 14773