Hi,
I needed to perform an update of a database table row when another table gets an insert.
Would I use a trigger to do this?, If so, how?
I will need to pass two of the feilds just inserted to perform the update on the second table.
Yes, you can use a trigger to do that.
No comments:
Post a Comment