Home  |  Contacts  |  Site map
Français    English    Deutsch    
select pageListe.id, pageListe.repertoire, contenu.nomCheminFer from pageListe, contenu, (select max(contenu.id) as idContenu from pageListe, contenu where contenu.idPage=pageListe.id and contenu.flagValid=0 and pageListe.type=2 and pageListe.idPage= group by pageListe.repertoire) as sel where contenu.idPage=pageListe.id and contenu.id=sel.idContenu order by contenu.menuOrdre