Hi Suraj,
Regarding your problem, I think you can just use the following SQL to achieve this.
SELECT MATERIAL, SOURCE_PLANT FROM T2 EXCEPT SELECT * FROM T1;
Best regards,
Wenjun
Hi Suraj,
Regarding your problem, I think you can just use the following SQL to achieve this.
SELECT MATERIAL, SOURCE_PLANT FROM T2 EXCEPT SELECT * FROM T1;
Best regards,
Wenjun