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 derfloh 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: 11sven
  • Content: Threads
  • Order by date
  1. 11sven

    getting funky numbers from sum()

    SELECT `itemProdId` , `itemProdQty` , `itemProdSize` , sizeUnitPrice, sum( `itemProdPrice` ) as calcTotal FROM items LEFT JOIN sizes ON itemProdId = sizeProductId where `itemCustId` = -1 and `itemOrdId` = 36 group by itemProdId i entered test data and this query only finds one row calcTotal...

Part and Inventory Search

Back
Top