There is a table oc_product with products, you need to delete all products the date of addition and modification is younger than 2022. Table names oc_product Columns: date_added, date_modified
I really need help please.
DELETE FROM `oc_product` WHERE WHERE 'date_added'='0000-00-00 00:00:00'
DELETE FROM `oc_product` WHERE [date_modified: 0000-00-00 00:00:00 - 0000-00-00 00:00:00]
Tried variations of these queries, but my knowledge is not enough. Help me please.