I have a query and I would like to insert a field to this query that will give me a ranking from the highest price to the lowest, can anyone help me?
table is as follow
desc price ranking
A 10 1
B 8 2
C 5 3
How can I insert the ranking field into this table so that it will automatically ranking my prices.
any help is greatly appreciate
table is as follow
desc price ranking
A 10 1
B 8 2
C 5 3
How can I insert the ranking field into this table so that it will automatically ranking my prices.
any help is greatly appreciate