You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oracle doesn't support a syntax such as INSERT IGNORE but since 11g there's a ignore_row_on_dupkey_index hint. I've tried to implement it myself but the comment seems to get stripped. There's also MERGE which might be useful here.
Summary of problem or feature request
Oracle doesn't support a syntax such as
INSERT IGNORE
but since 11g there's aignore_row_on_dupkey_index
hint. I've tried to implement it myself but the comment seems to get stripped. There's alsoMERGE
which might be useful here.https://stackoverflow.com/questions/9332360/oracle-equivalent-to-mysql-insert-ignore
The text was updated successfully, but these errors were encountered: