I am trying to purge data from a group of tables but can only purge specific transactions based on a type. The type of transaction is only stored in one table and the rest only have the primary key in common.
Right now I am creating a jdbc program to group the transactions in an array to be purged. Next I loop through each of that tables that need to be purge and remove the transactions.
Does any one now of an easier/better way to do this?
Right now I am creating a jdbc program to group the transactions in an array to be purged. Next I loop through each of that tables that need to be purge and remove the transactions.
Does any one now of an easier/better way to do this?