C
Chris
Tom,
I have read many posts on this site look at the following info:
Table: NFL Team Sls
Store Sls Team Rnk
a 100 Eagles 1
a 150 Patriots 2
b 75 Eagles 1
b 300 Patriots 2
c 125 Eagles 1
c 250 Patriots 2
This is what I am looking for.
Note the Rank field is not on the table...I tried to use the following SQL,
but it ranks everyone.
ALTER TABLE [NFL team sls] ADD COLUMN Rank counter;
I believe that this could work, but I would need to put some information
about each change in store.
Thanks.
I have read many posts on this site look at the following info:
Table: NFL Team Sls
Store Sls Team Rnk
a 100 Eagles 1
a 150 Patriots 2
b 75 Eagles 1
b 300 Patriots 2
c 125 Eagles 1
c 250 Patriots 2
This is what I am looking for.
Note the Rank field is not on the table...I tried to use the following SQL,
but it ranks everyone.
ALTER TABLE [NFL team sls] ADD COLUMN Rank counter;
I believe that this could work, but I would need to put some information
about each change in store.
Thanks.