1,a表先内连接筛选出同id下最新的数据 2,new_a表全连接b表,如果是MySQL,你需要a左连b union b左连a 3,查id,name,code 4,order by id;