--查询库位表中没有的库位
select * from L_IMPORTDATA_TEMP where location_code not in (select t.location_code from l_location t) ; select * from L_IMPORTDATA_TEMP
--查询库位表中没有的库位
select * from L_IMPORTDATA_TEMP where location_code not in (select t.location_code from l_location t) ; select * from L_IMPORTDATA_TEMP