Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
lomi89
Contributor III
Contributor III

Join two table by interval dates and two fields

Hello,

I would like to join two table by an interval dates and two fields. I don't know how I could do it because I saw the function intervalmatch but I need join another fields:

 

TABLE_CLIENT :
LOAD
DATE_EX,
CLIENT,
CONTRAT
RESIDENT TEMP;


TABLE_DATE:
LOAD
DATE_FIRST,
DATE_END,
CLIENT,
CONTRAT
RESIDENT TEMP;

Thank you very much.

 

 

 

Labels (5)
1 Solution

Accepted Solutions
1 Reply