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 |
|
sqluser
Starting Member
6 Posts |
Posted - 2001-05-11 : 10:05:03
|
| The following code will work in query analyzer and do what I expect it to, but when I try to cut and paste it into a view I get this error:"Order by clause may not be used in this query type"Here is the SQLselect [levelid],[subject] , [title], [description], [numq] from All_Compsorder by [levelid], [subject] |
|
|
|
|
|