You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
insert into t_mailid(id,isok)
|
|
select distinct 邮件ID,1 from t_op_seae_edi_mail
|
|
where not exists (
|
|
select id from t_mailid where t_op_seae_edi_mail.邮件id=t_mailid.id) |