-
-
Notifications
You must be signed in to change notification settings - Fork 249
Open
Labels
Description
Summary of problem or feature request
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.
https://stackoverflow.com/questions/9332360/oracle-equivalent-to-mysql-insert-ignore