Hello,
I have a table with current participants, which content gets deleted after the game session is over.
But before deleting it I want to clone this data into another table called “History” for example.
Every time a game session is over its content will be copied into the History table so that I can aggregate this data.
Can you suggest how to implement it? I tried looping over each record in the participant table to no avail.
Thank you.