Ask a Question related to ASP Database, Design and Development.
-
Lasse Edsvik #1
Small prob in access
Hello
I was wondering if you guys could help me with this simple one
I have a Results table with Teams and their points. And i want to find out
the teams rank.
Team Points Player
A 1 AA
A 4 AB
A 2 AC
B 5 BB
B 5 BC
C 4 CC
would like to have the following result
Team Rank
B 1
A 2
C 3
or just
Team
B
A
C
and i'll use a counter in my asp-page that prints out 1,2,3..... infront of
the teams names
TIA
/Lasse
Lasse Edsvik Guest
-
Please help me: Prob: XML - SWF - update
Hi! I need help! I have some XML-Data loaded via XML-Connector and a DataSet into a Datagrid. If you click a row in the Datagrid, an other... -
Strange prob
Hello, I have a datagrid which I has the ability to update the records. Above the dg I have a textbox 2 validators and a submit button. Now the... -
PROB!PLEASE HELP
Hi all, When I test my flashmx2004 videoconf. application it just very briefly shows the login menu and the it stops and nothing is displayed.... -
AS2.0 prob
Ok, i've got a method in my vector class for multiplying a matrix by a vector Problem is no matter what vector I pass it, it always comes up <0,0,0>... -
[PHP] newbY prob
Where is $dbqueryshipping1 set? I see $bdquerymeal, but not $dbqueryshipping1. -
Bob Barrows #2
Re: Small prob in access
Lasse Edsvik wrote:
Select Team From Results> Hello
>
> I was wondering if you guys could help me with this simple one
>
> I have a Results table with Teams and their points. And i want to
> find out the teams rank.
>
>
> Team Points Player
> A 1 AA
> A 4 AB
> A 2 AC
> B 5 BB
> B 5 BC
> C 4 CC
>
>
> would like to have the following result
>
> Team Rank
> B 1
> A 2
> C 3
>
>
> or just
>
> Team
> B
> A
> C
>
> and i'll use a counter in my asp-page that prints out 1,2,3.....
> infront of the teams names
>
> TIA
> /Lasse
Group By Team
Order By Sum(Points) DESC
HTH,
Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Bob Barrows Guest



Reply With Quote

