Execute insert statement with primary key violation
Hi,
I've a lot of insert statements I have to insert.
Some of these statements violete the primary key. The statements haven't got an order. How can I do to insert all the statements that not violated the constrant (and leaving out the ones violate the constraint)?
Actually when there is a statement violate the constraint the operation are blocked.
How can I solve?
Thanks, bye bye.