SELECT count( article_counter.countid ) as counter, articles.articleID, articles.title FROM article_counter INNER JOIN articles ON article_counter.artid = articles.articleID WHERE articles.published='Y' AND articles.art_date='2019-12-1' GROUP BY article_counter.artid order by counter desc limit 0, 5