Hi,
can someone please help me out here...
I try to insert my Variable Definition into a table so with every run it gets stored...
I tried different ways of the SQL insert statement
sql('TARGET_TABLE', 'INSERT INTO TARGET_TABLE VALUES ({job_name()})'); - failed
sql('TARGET_TABLE', 'INSERT INTO TARGET_TABLE (jobname) VALUES ({job_name()})'); - failed
sql('TARGET_TABLE', 'INSERT INTO TARGET_TABLE (number) VALUES (1)'); - failed
I keep getting the same error message again and again ... I checked the documentation but its the same there as I did tried several times.. also inputs from other reports mentioned I tried too...
Component Version of Designer ist 12.2.2
Thanks for your help,
BR
Roland