Hello,
Using a SQl executer
syntax:
update <table name> set date_start= to_char(sysdate -1,'dd/mm/yyyy')
where DATE_START is null
commit
No updates of the tables.
Does FME have a problem with using Oracle “to_char(sysdate -1,'dd/mm/yyyy')”?
Because the syntax works under ORACLE SQLPLUS