SELECT COUNT(*) AS `no` FROM articles INNER JOIN cat_articole ON cat_articole.id_cat=articles.art_categ WHERE articles.a_activ="Da" AND (MATCH(articles.a_title, articles.a_text, articles.a_keywords, articles.a_metatitle) AGAINST ('"tva comert transfrontalier"' IN BOOLEAN MODE) OR MATCH(articles.a_title, articles.a_text, articles.a_keywords, articles.a_metatitle) AGAINST ('"tva comert transfrontalier"' IN BOOLEAN MODE))
Query execution was interrupted, maximum statement execution time exceeded