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 =5 OR Deuxieme =5 OR Troisieme =5)
AND p.ID_Saison =45
AND c.ID_Competition = p.ID_Competition
AND c.ID_Competition=26
ORDER BY ordering User 'hockeyrouendb' has exceeded the 'max_questions' resource (current value: 6977)