Hello,
Scenario - a database contains hundreds of thousands of product sale entries and is continually adding more. Each entry has a field with an expiry date. While it's easy to list the product sales that haven't expired yet the old data remains in the database.
Does mysql provide an easy means of removing the data that reaches its expiry date or is doing it manually (or via cron) the only option?