insert into TBL_USER (user) select d.user from STG_DEALS d left join TBL_USER u on d.user = u.user where u.user is null;