Re: Trying to change data in a staging table.

From: Frank van Bortel <fbortel_at_home.nl>
Date: Thu, 11 Oct 2001 20:24:38 +0200
Message-ID: <3BC5E3E6.F11B8CF_at_home.nl>


Tim Lawton wrote:
>
> I have a problem where I am populating a staging table via triggers. During
> one transaction I updata a column for an email record, say email1.
HOLD it right there!
<snip>
  Within the same trigger,
> immediately after the insert of the user, I try and update the email1
> record,

Dreaded mutating table error? You update mail.email1, a trigger fires, does lots
of stuff, and updates mail again? No go.

-- 
Gtrz,

Frank van Bortel
Received on Thu Oct 11 2001 - 20:24:38 CEST

Original text of this message