G
Guest
I need to run a SELECT query based on a column and include a sequence column
in the results. Does anyone know how to do this?
e.g. if my table has values 200,150,700,500,300
It should return:
1 150
2 200
3 300
4 500
5 700
in the results. Does anyone know how to do this?
e.g. if my table has values 200,150,700,500,300
It should return:
1 150
2 200
3 300
4 500
5 700