Hi,
SELECT
A.projectteam_id
, SUM( A.value2 ) AS 2er
, SUM( B.value5 ) AS 5er
FROM jos_joomleague_match_statistic AS A
JOIN jos_joomleague_match_statistic AS B ON
B.projectteam_id = A.projectteam_id
AND B.statistic_id = 4
WHERE statistic_id = 3
GROUP BY projectteam_id
LIMIT 0 , 30
Wenn ich das richtig sehe, werden dann projectteams, für die es keine Zeile mit statistic\_id=3 gibt (sondern nur eine mit statistic\_id=4), gar nicht berücksichtigt.
(im WHERE/GROUP BY müßte m.E. auch noch der jeweilige Tabellen-Alias mit dazu.)
cu,
Andreas
--
[Warum nennt sich Andreas hier MudGuard?](http://MudGuard.de/)
[O o ostern ...](http://ostereier.andreas-waechter.de/)
Fachfragen per Mail sind frech, werden ignoriert. Das Forum existiert.