Hi,
In FME2015 I want to use InlineQuerier with an UPDATE SQL statement to update data within my workflow. I'm pretty sure the syntax is correct and when I run the workflow there is no error, but nothing comes out of the output port that I generated.
However when I run a SELECT query on the same data with the InlineQuerier, this does output the desired results out of anoutput port.
Are you actually able to use UPDATE statements within InlineQuerier?