Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. myflashstore

    SQL - SELECT TOP 10 issues

    Hi, I have a table full of purchased items and i want to be able to select the top 10 most purchased products for a given user and I want to return the ID of those along with how many instances of that ID exists. I'm using the following SQL code SELECT TOP (10) beat_id, Count(*) FROM...

Part and Inventory Search

Back
Top