Re: Using SUM in a select statement.

2003-03-02 Thread C. Reeve
MAIL PROTECTED]> Sent: Sunday, March 02, 2003 1:12 PM Subject: Re: Using SUM in a select statement. > What you are looking for appears to be report layout. Keep in mind that SQL > will only return multiple rows, all with the same columns populated. > > To even get close to what y

Re: Using SUM in a select statement.

2003-03-02 Thread Tore Bostrup
What you are looking for appears to be report layout. Keep in mind that SQL will only return multiple rows, all with the same columns populated. To even get close to what you want, you can create a query that returns: TeamOwner, Player, Position, Goals, Points And then your application can mass