Hi, i am trying to use a single INSERT statement to insert multiple rows into a table.
But seems like it always give me primary key violation.
====================================================
INSERT INTO InterfaceFile(ID,CIID,OutputFieldName)
select seq_incr_interfacefile_1.nextval,'13',standardinterfacefile.outputfieldname from standardinterfacefile where standardinterfacefile.interfacename='AH'
=====================================================
i even tried to use trigger to solve it and it still giving me the same error
Please help. Thanks!
Regards,
weihann.
But seems like it always give me primary key violation.
====================================================
INSERT INTO InterfaceFile(ID,CIID,OutputFieldName)
select seq_incr_interfacefile_1.nextval,'13',standardinterfacefile.outputfieldname from standardinterfacefile where standardinterfacefile.interfacename='AH'
=====================================================
i even tried to use trigger to solve it and it still giving me the same error
Please help. Thanks!
Regards,
weihann.