Error:select t.title, count(ta.tag_id) as cnt from tag as t, tag_allocation as ta, articles as a where a.status = 'accepted' and a.article_id = ta.module_id and ta.module_type = 'articles' and t.tag_id = ta.tag_id group by ta.tag_id order by cnt desc, t.tag_id asc limit 100
Table 'db_planengo.articles' doesn't exist