HI Team,
I have a requirement where I want delete the data from my database table , the data becomes more than 12 moths older I have to delete that pervious month data from my table.
suppose I have table ABC which contains the data from Jan 2018 to Jan 2019, here next Feb 2019 the data comes into my ABC table ,after that my Jan 2018 data will be automatically deleted from my ABC table , I have to maintain the 12mths data in my ABC table not more than that.
how to achieve such senior to delete before 12mths data from my table.
I have a requirement where I want delete the data from my database table , the data becomes more than 12 moths older I have to delete that pervious month data from my table.
suppose I have table ABC which contains the data from Jan 2018 to Jan 2019, here next Feb 2019 the data comes into my ABC table ,after that my Jan 2018 data will be automatically deleted from my ABC table , I have to maintain the 12mths data in my ABC table not more than that.
how to achieve such senior to delete before 12mths data from my table.