/* atvevoajanlat_summa_47_170003 */ SELECT COUNT(DISTINCT a.ajanlat_id /*groupby1*/) AS summa FROM ajanlat a LEFT JOIN ajanlat_korutazas ku ON (a.ajanlat_id = ku.ajanlat_id), arajanlat b LEFT JOIN orszag c ON (b.orszag_id = c.orszag_id) LEFT JOIN hajo h ON (b.hajo_id = h.hajo_id), irodak o, idopont x, arak k WHERE a.ajanlat_id = b.ajanlat_id AND a.ajanlat_id = x.ajanlat_id AND x.idopont_id = k.idopont_id AND b.iroda_id = o.iroda_id AND a.ajanlat_status = 1 AND x.idopont_status = 1 AND( (x.idopont_szezonalis = 1 AND x.idopont_datum1 <= '2025-06-08'/*datumMinRug*/ AND `x`.`idopont_datum2` >= '2024-05-09'/*datumMinRugPlus*/) OR (x.idopont_szezonalis = 0 AND x.idopont_datum1 >= '2024-05-08' AND x.idopont_datum1 <= '2025-06-08'/*datumXpstr22*/) ) AND ( (x.idopont_arlejar > '0000-00-00' AND x.idopont_arlejar >= '2024-05-09' /*holnap*/) OR (x.idopont_arlejar = '0000-00-00') ) /*datumFeltetel*/ /*lmq*/ /*qqi*/ /*ketszer*/ AND (a.ajanlat_megosztas = 1 OR b.iroda_id = 47) /*irodaquery*/ AND (b.orszag_id IN(11) OR ku.orszag_id IN(11)) AND b.iroda_id IN(,) AND b.utazasmod_id IN(1) /*sq*/ AND (b.iroda_id NOT IN(509,150,539,259,383,476,329,268,511,546,458)) /*_SESSION['query_filter']*/ AND o.iroda_id NOT IN(539,546) /*irodaAtvetelKizarva_filter*/ /*litestr*/ /*custom2*/ /*custom4*/ /*egyediirodaquery*/ / You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND b.utazasmod_id IN(1) /*sq*/ AND (b.iroda_id NOT IN(509,150,539,259,3' at line 33