SELECT ALBUMS.IdSerie, SERIES.Titre, Count(ALBUMS.IdSerie) AS CompteDeIdSerie, Min(ALBUMS.Num) AS MinDeNum
FROM ALBUMS INNER JOIN SERIES ON ALBUMS.IdSerie = SERIES.IdSerie
GROUP BY ALBUMS.IdSerie, SERIES.Titre
HAVING (((Count(ALBUMS.IdSerie))=1) AND ((Min(ALBUMS.Num))=1));
Retourner vers BD Gest' 7 (Obsolète)
Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 0 invités