Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
beza
Starting Member
16 Posts |
Posted - 2009-03-01 : 17:14:54
|
HeyI have a table with 2 columns.CarName, Counterwhat I want to do is select the top 20 rows sorted by counter and then I want to order those 20 rows by abc .. is it possible ??the only thing I found was an ORDER BY with 2 clauses which is not good for this situation ... I can't seem to find the answer anywhere ...any help would be greatly appreciated |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|