Query failed => SELECT c.NomOfficiel AS nomcompet, Premier, Deuxieme, Troisieme, t1.Nom_Titre AS NomT1, t2.Nom_Titre AS NomT2, t3.Nom_Titre AS NomT3, p.ID_Saison AS ids, Nom_CompetitionType, c.ID_Competition as idc
FROM Palmares p, Titre t1, Titre t2, Titre t3, Competition c, CompetitionType ct
WHERE p.Titre1 = t1.ID_Titre
AND c.ID_CompetitionType=ct.ID_CompetitionType
AND p.Titre2 = t2.ID_Titre
AND p.Titre3 = t3.ID_Titre
AND (Premier =2105 OR Deuxieme =2105 OR Troisieme =2105)
AND p.ID_Saison =9
AND c.ID_Competition = p.ID_Competition
AND c.ID_Competition=188
ORDER BY ordering User 'hockeyrouendb' has exceeded the 'max_questions' resource (current value: 13712)