1. 程式人生 > >sql a表記錄不在b 表中的內容

sql a表記錄不在b 表中的內容

select  *  from 
          Report_msegqc  
           
                  
       
 a where not exists 
 (    
 select * from  Report_SAP_Z_RFC_MSEG   b  where 
  
    a.[公司程式碼] = b.BUKRS

    and  a.物料編碼 = b.MATNR
  )