On 01/22/2010 01:16 PM, Bob Pawley wrote:
> I have a single row that is being duplicated on insert.
>
> Update statement -
> update p_id.processes
> set pump1 = 'True'
> where p_id.processes.fluid_id = '3501' ;
>
> The proper field is updated.
>
> Bob
>
This is insufficient detail. What is the row? What are the two versions?
Is the insert you are talking about being done on the table with the
trigger or the table referred to in the trigger?
--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com