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.
D6JIEFENGMAIL/doc/sql/初始化邮件id表.sql

4 lines
176 B
SQL

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)