Expand my Community achievements bar.

Adobe Campaign User Groups are live now. Join our Adobe Campaign User Groups and connect with your local leaders!
SOLVED

compare two columns from two different tables

Avatar

Level 5

Hi there, 

 

Is there a method to compare two columns (feature_purchased_date and email_sent_date) belonging to different tables? I want to retrieve records where feature_purchased_date from the "feature" table is greater than email_sent_date from the "recipient delivery logs" table.

 

 

Thank you in advance

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 7

Hello, @rvnth. Do those tables have any field for the reconciliation? If they do, you can query one of the tables, enrich it with the other reconciliating by that field and do a split with the condition feature_purchased_date on or after email_sent_date.

Hope this helps!

Regards.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 7

Hello, @rvnth. Do those tables have any field for the reconciliation? If they do, you can query one of the tables, enrich it with the other reconciliating by that field and do a split with the condition feature_purchased_date on or after email_sent_date.

Hope this helps!

Regards.