Hi everyone I am trying to truncate the contents of a custom table in
the Adobe Campaign database. I created that table to hold a set of data
that is imported on a daily basis from an external file,but I need to
truncate it before loading the data set. I know I could use the Update
activity to delete records, but that requires an input. I could build
that input by querying all data in the target table first and pass it to
the Update activity, then the Update activity would delete the records
fro...