Har en SELECT Sats och vill få ut Lite osäker på vad du vill göra, men det skulle kunna vara att du ska ta bort bo_MatchResult.MatchResultRankPoint1 och bo_MatchResult.MatchResultHomeOrAwayTeam från GROUP BY. Tack det funkade, var väl lite seg i huvet när jag fattade tgb och skrev in frågan här. Problem med en SELECT
en rad med summan av MatchResultRankPoint1
SELECT SUM(bo_MatchResult.MatchResultRankPoint1) AS MBanp1, bo_MatchResult.MatchResultTeamId
FROM bo_Match INNER JOIN
bo_MatchResult ON bo_Match.MatchId = bo_MatchResult.MatchResultMatchId
WHERE (bo_Match.MatchId = 2048075) AND (bo_MatchResult.MatchResultHomeOrAwayTeam = 'H')
GROUP BY bo_MatchResult.MatchResultRankPoint1, bo_MatchResult.MatchResultHomeOrAwayTeam,
bo_MatchResult.MatchResultTeamId
Men jag får ut 2 rader:
MBanp1 MatchResultTeamId
----------- -----------------
0 90659
4 90659
(2 row(s) affected)
Vill att det skall vara en rad
4 90659
Sv: Problem med en SELECT
/JohanSv:Problem med en SELECT
Gott Nytt År på Er ALLA