On a utilise le fichier cache. Derniere modif 22/11/2009 00:11:03 cache=22/11/2009 courant=22/11/2009 03:11:32
List of television actors and actresses, TV hosts, humorists and other television personnalities
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='tv' OR star.type='hu') GROUP BY star.id ORDER BY star.nom
CRITERIA=tv