Hi,
I want to remove data that is older that a certain number of months..
only full months.
example: today is 11-08 and I want do delete all data that is older than
this month - 3 month i.e. i want to delete all information that is older
than Aug. 1st.
Is there an easy way to do that ? Interval cannot be used and I cannot
just pass something like now()::date < '2003-08'
Thanks for any help here
Alex