PiotrKryszkiewi
4 years agoQrew Trainee
Check if record from one table exists in another.
Hello,
I am working on application where are two tables (let's name them "A" and "B") with field "Email - work". I would like to prepare the report, for example based on new table "C", which will show how many emails existing in record "B" are missing in table "A".
I am looking for solution without reorganizing the tables and creating master table for emails.
Is it possible in pipelines to take all emails from table "B", then iterate through emails and check if in table A exists the record with this email, if not add record with that email to the "C" table?
------------------------------
Piotr Kryszkiewicz
------------------------------
I am working on application where are two tables (let's name them "A" and "B") with field "Email - work". I would like to prepare the report, for example based on new table "C", which will show how many emails existing in record "B" are missing in table "A".
I am looking for solution without reorganizing the tables and creating master table for emails.
Is it possible in pipelines to take all emails from table "B", then iterate through emails and check if in table A exists the record with this email, if not add record with that email to the "C" table?
------------------------------
Piotr Kryszkiewicz
------------------------------