I am trying data from several tables of the same scheme that have no relation from a given date but I am super green in mysql
... I am trying this way:
delete from tabla1,tabla2 where date < '2018/01/01';
but I get syntax error
Thanks