Разделы
Показать все товары
1146 - Table 'demo.articles_to_topics' doesn't exist

SELECT COUNT(*) as total from articles a, articles_to_topics a2t where (a.articles_date_available IS NULL or to_days(a.articles_date_available) <= to_days(now())) and a.articles_id = a2t.articles_id and a.articles_status = '1' and a2t.topics_id = '1'

[TEP STOP]