Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
IntervalMatch(DATE_EX,CLIENT,CONTRAT)
see also
IntervalMatch(DATE_EX,CLIENT,CONTRAT)
see also