Subject Insert Trigger which makes an Update if pk allready there possible?
Author Andreas Hesse
Is it possible to write an Insert Trigger that test for the existence of
the pk and then make an Update of the data if it allready exist?

Or must I use a Stored Procedure?

Thanks,
Andreas Hesse