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 gkittelson 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. zmoney

    Trying to get a top 20 count of users from SQL

    HI, I am trying to get the top 20 users from my database and order it by the name. All help is greatly appreciated. Z Select Top 20 FullName, Counter ( SELECT count(tixq.tixid) as counter, UserProfile.FName + ' ' + UserProfile.LName AS FullName FROM TixQ, UserProfile WHERE...

Part and Inventory Search

Back
Top