My favorites | Sign in
Project Home Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
SELECT TOP 1 * FROM
(SELECT TOP 3 ID, FirstName, LastName, Salary, Role
FROM Staff ORDER BY Salary DESC) sort
ORDER BY Salary;

Change log

r15 by robc.the.geek on May 5, 2009   Diff
Tech Day #4 (SQL for Developers) Content
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 129 bytes, 4 lines
Powered by Google Project Hosting