Hello,
I have found out that UPDATE statement used in inlinequerier does not return any data even though translation runs successfully. I need to update one column of my table with data from another table and there are more conditions in the update statement, otherwise I would have just overwritten the column using feature merger.
When I try to do the update, and add another statement I get an error "Unable to execute multiple statements at a time" (guess this is SQLite limitation)
If I try to select this updated data in another output port (after this update port) it is not updated as it should be.
Any idea how to make this work?
Thanks,
Radek