I recently found out from a colleague that query("UPDATE <Table> SET <column(s)> = <value(s)> WHERE <condition(s)>") statements work very well in FlexSim. However, since this query syntax is old and this functionality is not mentioned anywhere in the user manual, is it advisable to use it in models intended for long term use at the user end? Is there clarity on whether these commands will work in future versions as well?