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

    I have a sql query that is not quit

    I have a sql query that is not quite right, I was trying to have the col1 field count the number of distinct po_vendor_codes under a distinct Item_part_number within the po_month and po_year ---- any suggestions .. SELECT PO_MONTH, PO_YEAR, COUNT(DISTINCT PO_VENDOR_CODE) FROM...

Part and Inventory Search

Back
Top