为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。
【DM版本】:
【操作系统】:
【CPU】:
【问题描述】:
drop table if exists sjksh.sxamr_ss_ent_info_t_tmp2;
create table sjksh.sxamr_ss_ent_info_t_tmp2 as
select m.
from sjksh.sxamr_ss_ent_info_t_tmp m
left join sjksh.sxamr_ss_ent_info_t_tmp1 t on t.pripid = m.pripid
where t.pripid is null;
使用动态sql可以执行