comptrtoy1
MIS
I'm trying to do a sql where clause that says:
where date < = to Current Date - 12 months
I tried this:
where date <= Current Date - Months(12)
but it doesn't work any suggestions?
regards
compie
where date < = to Current Date - 12 months
I tried this:
where date <= Current Date - Months(12)
but it doesn't work any suggestions?
regards
compie