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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top