checking a record for highest number in a column

  • Thread starter Thread starter Brian Henry
  • Start date Start date
B

Brian Henry

how would i do this in ado, im reading from an access db which has a column
with numbers.. i want to find the top 5 highest numbers's rows... i have

SELECT TOP 5 * FROM LINKSLIST;

what would i do to find the ones with the highest numbers in the viewed
column? thanks
 
Back
Top