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 strongm 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: sakitah
  • Order by date
  1. sakitah

    This should be easy

    Max, wont that return for the first 4 columns the sum for the max doc_Date only? try this: SELECT SUM(P.LEDGER_GROSS), SUM(P.LEDGER_NET), SUM(P.Ledger_Gross - P.Ledger_Net), MAX(P.Doc_Date) MAX_D, IV.(_GROSS or _NET) FROM Payment P, (SELECT _GROSS (or _NET) FROM...

Part and Inventory Search

Back
Top