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: *

  • Users: r243
  • Order by date
  1. r243

    SUM and GROUP BY two times

    Perfect! Exactly what I was looking for, thanks alot! Had to tweak the code a little tho, or I'd also get the total XP for users who didn't have an alliance, but now it works as it should. :) The final query is: SELECT tbluser.uAllID, tblalliance.allName, SUM(tblbase.basXP) AS allXP FROM...
  2. r243

    SUM and GROUP BY two times

    Hi guys, Sorry if the title is a little cryptic, but I really don't know how to describe this problem. I am currently developing a browser based game, where each player has one or more bases. Each base has an amount of XP, so the user's total XP is the sum of all his bases XP. I use this total...

Part and Inventory Search

Back
Top