Viewing 2 posts - 1 through 3 (of 3 total)
This issue has been resolved. Thanks
March 30, 2016 at 7:45 am
#1868594
Thanks for responding.
I made this change to the main query
Select Prod_Code, [Code 1], [Code 2], [Code 3] from
(
Select a.Prod_Code, a.Descr, b.Prod_Code'MSProdCode', b.Ship_Code'MSShipCode'
from #AllRecords a
left outer...
March 29, 2016 at 3:53 pm
#1868431