-
Call Updated Value in Trigger
Suppose i have a trigger in which it's updating some value.
Is it possible to call that updated value in a trigger using a select statement
Question asked by visitor preethi
-
Expert Member
Re: Call Updated Value in Trigger
I am not sure what you are talking about.
If you are talking about update DML trigger, then you can get the old and new variables using ld and :new bind variables.
-
Contributing Member
Re: Call Updated Value in Trigger
Hi preethi,
how can a trigger updates value?
Update Trigger get automatically fired when update command is executed and it will roll back all the changes.
-
Re: Call Updated Value in Trigger
Please post your code for reference. It is not at all clear what exactly u want to do through the trigger.
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