I want to delete values from table1 before executing Trigger
How and what query should i write to execute trigger before executing a delete statement...
I want to delete the rows from table1 and before deleting values, i am storing these values in table2 but the problem is that whenever i execute trigger and then statement then both executes but the values doesn't deleted from table1