SyntaxFix
Write A Post
Hire A Developer
Questions
Depending on your version ou cannot do it directly, but you could do something hacky like
select top 25 * from ( select top 75 * from table order by field asc ) a order by field desc
where 'field' is the key.