dynamic numbering of results
From: Jarrad (jarradp_at_bpmsf.com)
Date: 03/01/04
- Next message: Bryan Oliver: "Re: TOAD for SQL-Server"
- Previous message: Anand: "IDENTITY Problem"
- Next in thread: Uri Dimant: "Re: dynamic numbering of results"
- Reply: Uri Dimant: "Re: dynamic numbering of results"
- Reply: Roji. P. Thomas: "Re: dynamic numbering of results"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 29 Feb 2004 22:01:08 -0800
am trying to get an sql query that will auto number rankings for me.
The problem is as follows.
Through a number of queries I can load a temporay table with data e.g
Site_ID,Total_Sales,Sales_Dept,Sales_Chips
I need to end up with
Site_ID,Total_Sales,Ranking_TotalSales,Sales_Dept,Ranking_Sales_Dept,Sales_Chips,Ranking_Sales_Chips
for a number of sites ( note that these aren't the actual fields used).
not sure where to go for this one
have had a look at the knowledge base article 186133 and that didn't help me.
Jarrad
- Next message: Bryan Oliver: "Re: TOAD for SQL-Server"
- Previous message: Anand: "IDENTITY Problem"
- Next in thread: Uri Dimant: "Re: dynamic numbering of results"
- Reply: Uri Dimant: "Re: dynamic numbering of results"
- Reply: Roji. P. Thomas: "Re: dynamic numbering of results"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|