SELECT P.id_produit
FROM `andimo93_produit` P , `andimo93_famille` F
WHERE P.id_resto='83'
AND P.id_resto=F.id_resto
AND F.id_famille= '54'
AND F.id_famille = P.id_famille
AND P.publier= '1' ORDER BY P.ordre, P.id_produit ASC
User 'pizzasdecfdb1' has exceeded the 'max_questions' resource (current value: 64000)