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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.