Daten vor einem Datum komplett löschen

You’ll need quotes around the string values, but each archive is for one day. If you want to delete everything between 02-19 & 02-29, use:

DELETE FROM matomo_286_ST_archive_numeric_2016_02  WHERE idsite = 4 AND date1 >= "2016-02-19" AND date1 <= "2016-02-29" AND period = 1
1 Like