1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[SQL] Insert sql if all rows are different

Discussão em 'Outras Linguagens' iniciado por Stack, Agosto 16, 2021.

  1. Stack

    Stack Membro Participativo

    I have a SQL script that contains hundreds of queries. I need to do an INSERT INTO query, but only if a row with all same fields doesn't exist.

    Is there a short way to do it ? I don't want to add a WHERE NOT EXISTS on each query, it will takes too much time...

    Continue reading...

Compartilhe esta Página