Mhypertext
Registered User.
- Local time
- Yesterday, 18:44
- Joined
- Dec 10, 2008
- Messages
- 29
I am using this statement
SELECT player_id,SUM (Pointsearned) FROM vgttotals
GROUP BY Player_id
when i hit run it asks for a parameter value then i put in 1 and the query shows
1 row and 2 columns what am i doing wrong?
SELECT player_id,SUM (Pointsearned) FROM vgttotals
GROUP BY Player_id
when i hit run it asks for a parameter value then i put in 1 and the query shows
1 row and 2 columns what am i doing wrong?