Clear data from several tables up to a mysql date

0

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

    
asked by albertyl31 25.10.2018 в 17:46
source

0 answers