Hi,
I would like to select all the rows which are exactly 180 days old.
Please could you help me with this?
the cource code looks like that:
select * from info where DATE_SUB(DATE_FORMAT(inserted_date, '%Y%-m-%d') , INTERVAL -180 DAY )=CURRENT_DATE()
Thanks for your help