Rat Race Kit List
1054 - Unknown column 'a.authors_id' in 'on clause'
select count(*) as total from articles a, articles_description ad, articles_to_topics a2t, topics_description td left join authors au on a.authors_id = au.authors_id where a.articles_status = '1' and (a.articles_date_available is null or to_days(a.articles_date_available) <= to_days(now())) and a.articles_id = a2t.articles_id and ad.articles_id = a2t.articles_id and a2t.topics_id = '10' and td.topics_id = '10' and ad.language_id = '1' and td.language_id = '1'
[TEP STOP]
select count(*) as total from articles a, articles_description ad, articles_to_topics a2t, topics_description td left join authors au on a.authors_id = au.authors_id where a.articles_status = '1' and (a.articles_date_available is null or to_days(a.articles_date_available) <= to_days(now())) and a.articles_id = a2t.articles_id and ad.articles_id = a2t.articles_id and a2t.topics_id = '10' and td.topics_id = '10' and ad.language_id = '1' and td.language_id = '1'
[TEP STOP]
