Hi,
Is it possible to use FME functions like @DateTimeFormat in SQL Editors ?
I would like to use the "SQL to run before write" field in my writer to create a backup of the destination table whose name contains the current date as suffix.
Example:
create table myschema.mytable_@DateTimeFormat(@DateTimeNow(), %Y%m%d)) as select * from myschema.mytable;
But this doesn't work, even with single or double quotes around the FME functions...
Thanks for any help,
Christian