select *from Inventory a full outer join zd_Inventory b on a.cinvcode=b.cinvcodeWHERE a.cinvcode is null or b.cinvcode is NULL
比较两张表的差异SQL语句
于 2022-10-18 14:39:22 首次发布
select *from Inventory a full outer join zd_Inventory b on a.cinvcode=b.cinvcodeWHERE a.cinvcode is null or b.cinvcode is NULL