insert into OPT (email, campaign_id)
select '[email protected]',100
from dual
where not exists(select *
from OPT
where (email ='[email protected]' and campaign_id =100));
insert into OPT (email, campaign_id)
select '[email protected]',100
from dual
where not exists(select *
from OPT
where (email ='[email protected]' and campaign_id =100));
Manipulando a confirmação de e-mail durante o registro no frasco
11 práticas recomendadas de índice do SQL Server para ajuste de desempenho aprimorado
Trabalhando com Structured Query Language (SQL) usando o Microsoft Access 2010, 2013, 2016 e 2019
Acionador do SQL Server:Noções básicas e alternativas