Continue on Error #672
TobiasKoller
started this conversation in
General
Replies: 2 comments
-
Does this work for you? https://github.com/MarkMpn/Sql4Cds/wiki/INSERT-queries#ignoring-duplicate-key-errors |
Beta Was this translation helpful? Give feedback.
0 replies
-
hi Mark, I've tried that before and that didnt work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to instert 70.000 Records (Connections) with given IDs.
if the record with the id already exists it should continue and ignore the error .
I've created 70.000 Insert-Statements (because inserting by subselect is to complicated in my case).
Any idea how I can do that?
best regards
Tobias
Beta Was this translation helpful? Give feedback.
All reactions