l would like to know if there is any way to continue insert into select after duplicate key error. meaning: I would like to disregard the exception and to continue to insert the next record. I'm familiar with ignore_row_on_dupkey_index but as far as I know, hints are should not be used in Production environment.l would like to know if there is any way to con