Update Query in TI Process data tab
Posted: Tue Jun 30, 2015 3:27 pm
Hello All,
Need a quick help.
I have below statement in data tab but whenever i run the TI Process i get an error of SQL invalidity.
sql= 'UPDATE MON_SAL SET UPI = get_decryption(UPI) WHERE UPI IS NOT NULL AND month =''APR'' and year = 2015';
ODBCoutput(strOrcDB, EXPAND(sql));
Please let me know what wrong with this code.
Thanks.
Need a quick help.
I have below statement in data tab but whenever i run the TI Process i get an error of SQL invalidity.
sql= 'UPDATE MON_SAL SET UPI = get_decryption(UPI) WHERE UPI IS NOT NULL AND month =''APR'' and year = 2015';
ODBCoutput(strOrcDB, EXPAND(sql));
Please let me know what wrong with this code.
Thanks.