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 bkrike 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: lusky
  • Content: Threads
  • Order by date
  1. lusky

    SQL Statements

    I want to know if it possible to get the 10 biggest accounts by value for each salesman, this is my sql statement: market value(evlmktval) SELECT apdadrt.accountnbr, apdadrt.SALESMAN, das11.EVLMKTVAL, das11.accountnbr FROM pdata/apdadrt, pdata/das11 WHERE APDADRT.ACCOUNTNBR =...

Part and Inventory Search

Back
Top