error 892|SELECT *,count(*) as g_merge, GROUP_CONCAT(DISTINCT a.angebot_uid order by a.angebot_extern,a.angebot_uid SEPARATOR ",") as g_angebot_uids, GROUP_CONCAT(DISTINCT a.metatarif order by a.angebot_extern,a.angebot_uid SEPARATOR ",") as g_tarif_uids, GROUP_CONCAT(DISTINCT a.inklusive_icon order by a.angebot_extern,a.angebot_uid SEPARATOR "|") as g_inklusive_icon, GROUP_CONCAT(DISTINCT a.inklusive_stoerer order by a.angebot_extern,a.angebot_uid SEPARATOR "|") as g_inklusive_stoerer, GROUP_CONCAT(DISTINCT a.highlights order by a.angebot_extern,a.angebot_uid SEPARATOR "|") as g_highlights, GROUP_CONCAT(DISTINCT a.angebot_extern order by a.angebot_extern,a.angebot_uid SEPARATOR "|") as g_angebot_extern, MIN(NULLIF(a.preiskategorie_i_minprice, 0)) as preiskategorie_i_minprice, MIN(NULLIF(a.preiskategorie_a_minprice, 0)) as preiskategorie_a_minprice, MIN(NULLIF(a.preiskategorie_b_minprice, 0)) as preiskategorie_b_minprice, MIN(NULLIF(a.preiskategorie_s_minprice, 0)) as preiskategorie_s_minprice, MIN(NULLIF(a.preiskategorie_fb_minprice, 0)) as preiskategorie_fb_minprice, MIN(NULLIF(a.preiskategorie_minprice, 0)) as preiskategorie_minprice FROM asr_shadow_angebote as a WHERE FIND_IN_SET(2, inklusive_icon) AND reederei_uid in('30') AND ( angebot_untertitel like '% Tage Hongkong bis Singapur ab%' OR angebot_untertitel like '% Tage Hongkong mit Japan ab%' OR angebot_untertitel like '% Tage Blütezeit im Fernen Osten ab%' OR angebot_untertitel like '% Tage Südostasiens Höhepunkte ab%' OR angebot_untertitel like '% Tage Südostasien und Vietnam ab%' OR angebot_untertitel like '% Tage Festtage in Südostasien ab%' OR angebot_untertitel like '% Tage Faszination Südostasien ab%' OR angebot_untertitel like '% Tage Japans große Schätze ab%' OR angebot_untertitel like '% Tage Rund um Japan ab%' OR angebot_untertitel like '% Tage Faszination Asien ab%' OR angebot_untertitel like '% Tage Die Vielfalt des Fernen Osten ab%' ) AND (a.quelle='asr' ) AND a.preiskategorie_minprice > 0 AND a.routenzeitraum_startdate > '1780478470' GROUP BY a.schiff_uid,a.routenzeitraum_startdate_d,a.routenzeitraum_enddate_d ORDER BY min((a.preiskategorie_all_minprice)) asc error
query