Hey,
I need to insert data into a table that has a trigger constarint on it, there are 100 + rows of which the trigger raises an exception on < 10 of them. The problem is that no row is being inserted.
insert into t.value1, t.value2
select a.value2, a.value2
from temp a
trigger is on table t.