SELECT P.id_produit
FROM `manhattan_produit` P , `manhattan_famille` F
WHERE P.id_resto='1344'
AND P.id_resto=F.id_resto
AND F.id_famille= '70'
AND F.id_famille = P.id_famille
and P.publier=1
ORDER BY P.ordre, P.id_produit ASC
Server shutdown in progress