Here is the context of my problem I use the syntax Oracle SQL, and I would like to check if a row already exists before inserting it.
I already tried a solution with WHERE NOT EXIST / IF NOT EXISTS, however I have a constraint violation that is displayed and I do not want “error” in output, that is to say I do not want to delegate the error management to the DB but rather to the request.