On a utilise le fichier cache. Derniere modif 04/11/2009 02:11:05 cache=04/11/2009 courant=04/11/2009 04:11:19
Liste des mannequins et personnalités de la mode
SQL=SELECT star.nom, star.id, star.photo, COUNT(starportrait.idportrait) AS count
FROM star, starportrait, portrait
WHERE star.id = starportrait.idstar AND portrait.id = starportrait.idportrait AND portrait.status = 0 AND (star.type='ma') GROUP BY star.id ORDER BY star.nom
CRITERIA=ma