I’ve got an after insert trigger that works well.
However, I want it to delete the row after it’s been inserted and after the main body of the trigger completes.
How can I do that?
I have a unique id in the table.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This isn’t possible. You can’t modify the target table with an AFTER trigger.