Hello, I need to create a before insert trigger.
Here's what I need to do:
If inserted.serialNumber exists in the current table AND inserted.opDateTime exists in the current table
Then quit the insert operation
else
Let the insert operation continue.
Can any one show me how to construct the trigger?
Thanks.