Less More -
Posts: 4306
-
Thank you received: 0
-
-
-
3 months 2 days ago #3296 by Elias Katsaniotis,MSc
When inserting into a table using a select from another table and creating an error with a duplicate key, is it possible to find the value of the key that was duplicated?
Less More -
Posts: 4306
-
Thank you received: 0
-
-
-
3 months 2 days ago #3297 by Elias Katsaniotis,MSc
better to use a loop likeSTART THE LOOP:
- read the record
- check if key exists
- if not insert
- if yes write to table PROBLEMATIC_RECS
- IS THIS LAST RECORD IF YES EXIT
GO TO START THE LOOPDo something like this with PL/SQL or PHP or PRO*C
- Q&A
- Index
- Database
- duplicate key insert
Time to create page: 0.223 seconds