SELECT TOP 10 fld1, fld2, fld3 FROM tblName
SELECT salary FROM table_name ORDER BY salary DESC LIMIT 10
Comment