SELECT MONTH(`s`.`date`) AS `month`, receiver_name, receiver_address ,destination_country_id, ROUND(SUM(weight)*0.001,2) AS total, `date`
FROM `2015` `s`
where cat_id in (23) and _fs_transliterate_ru(`destination_country_id`)='tali'
GROUP BY `month`
ORDER BY `month` ASC
limit 0,4