|
-
Re: Table Mutating
Originally posted by Mnemonical
In line triggers (triggers you create
using the FOR EACH ROW sentence) you cannot use DML
(Select, Delete, Insert or Update) commands if the table
you`re using DML is the table the trigger runs the action.
It's called row trigger, not line trigger but that doesn't matter...
Additionnaly the trigger cannot modify the table to which a changing column references via primary, foreign or unique constraint.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|