Hello
I wish to order a table:
Firstly by Field1=3 Then by Field2 DESC
I know I can't write OrderBy Field1=3, Field2 DESC
So how can I implement this??
TO CLARIFY:
Let's say I have a table of books. I wish to list ALL the books in the table. I wish the books from 1990 to appear at the top, then the rest of the books in alphabetical order of title.