Hi,
I am writing a trigger to do "before update" on a table. In this trigger, I want to update other records in the same table if certain condition is met. But I got a feeling that this is not going to work if the update trigger is called recursively by the update in the trigger. Is this the case, that a update in update trigger will call the trigger again?
Thanks!