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 gkittelson 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: *

  1. SwePeso

    Select header records that contain records from second table

    DECLARE @Header TABLE ( HeaderID INT NOT NULL, ResID INT NOT NULL ) INSERT @Header SELECT 30320, 117 UNION ALL SELECT 30324, 915 UNION ALL SELECT 30325, 117 UNION ALL SELECT 30325, 915 UNION ALL SELECT 30328, 117 UNION ALL SELECT 30541, 117 UNION ALL SELECT 30541, 915 UNION ALL SELECT...

Part and Inventory Search

Back
Top