Current Date - 91 days
965992Oct 3 2012 — edited Jan 31 2013I am trying to imbed a formula that will look pull in the current date, then subtract 91 days from it. I am wondering if anyone can help me with it?
Tried:
timestampadd(SQL_TSI_DAY, -91,Date)
ADDDATE(CURRENT_DATE, INTERVAL 91 DAY);
Thanks,