DELETE FROM sales_history where h_month = '2017-05' or h_month = '2017-06';
DELETE FROM shop_goods where last_update > '2017-11-01 00:00:00';
DELETE FROM goods_sales where month = '2017-05' or month = '2017-06';
month