Always show hire start date two months ago
Content
We want to contact a list of our new hires from two months ago on an on going basis.
So I'm trying to run this on the 15th of each month to show any one that had a hire start date of two months ago. For example, on Aug 15 I want this to run and show me all candidates that had a hire start date of June.
I know when someone tells me the answer I'm going to be mad at myself. I tried using CAST("Submission Dates"."Hire Start Date" as DATE)=TIMESTAMPADD(SQL_TSI_MONTH, -2, TIMESTAMP CURRENT_DATE) but I'm not getting results.
Tagged:
0