SELECT C.*, R.*, CG.*, CE.Name as CEName, CE.Bild, CS.System FROM Computerspiel AS C, Computerspiel_Entwickler AS CE, Computerspiel_Genre AS CG, Rezensent AS R, Computerspiel_System AS CS, Computerspiel_Computerspiel_System AS CCS WHERE (C.Entwickler_ID=CE.Computerspiel_Entwickler_ID || C.PUBLISHER_ID=CE.Computerspiel_Entwickler_ID) AND C.PUBLISHER_ID!=0 AND C.Rezensent_ID=R.Rezensent_ID AND C.Genre_ID=CG.Genre_ID AND C.Computerspiel_ID=CCS.Computerspiel_ID AND CS.Computerspiel_System_ID=CCS.Computerspiel_System_ID AND Sichtbar=1 GROUP BY Computerspiel_ID ORDER BY C.Name www.spieletest.at - Die Seite für Computerspiele