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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by haraldstuff

  1. haraldstuff

    DELETE SQL QUESTION

    DELETE FROM QTY WHERE exists (SELECT 1 FROM SKU, LOC, ITEM WHERE SKU.LOC_ID = LOC.LOC_ID AND SKU.ITEM_ID = ITEM.ITEM_ID AND LOC_NAME = 'US' AND SKU.SKU_ID = QTY.SKU_ID );
  2. haraldstuff

    Data dictionary queries

    Add the b.blocks into the group by section.

Part and Inventory Search

Back
Top