Speedy
11-08-2003, 11:21 AM
Hi,
I wonder if it is possible to sort after more than one
field in SQL?
example: now it looks like this
rs.open "select * from [guld7i5] order by [POINTS] desc", conn
this works just fine but in the end of my table there is
2 players that have the same points and they happens
to be in the wrong order if I look on the position
so I tried this (which didn't work ofcourse)
rs.open "select * from [guld7i5] order by [POINTS] desc then order by [POS] asc", conn
So my question is if there is any way of doing this?
/Speedy
I wonder if it is possible to sort after more than one
field in SQL?
example: now it looks like this
rs.open "select * from [guld7i5] order by [POINTS] desc", conn
this works just fine but in the end of my table there is
2 players that have the same points and they happens
to be in the wrong order if I look on the position
so I tried this (which didn't work ofcourse)
rs.open "select * from [guld7i5] order by [POINTS] desc then order by [POS] asc", conn
So my question is if there is any way of doing this?
/Speedy