crashes at
/* Joining on Prod_Class */ section.
Issue has something to do with joining on a created temp table.
thoughts?
SELECT * INTO #TEMP1 From
(Select
L.PART_NUM
,Like_PD_ID
,PD_ID
from
ADHOC.ATS_ES
/* Joining on Prod_Class */ section.
Issue has something to do with joining on a created temp table.
thoughts?
SELECT * INTO #TEMP1 From
(Select
L.PART_NUM
,Like_PD_ID
,PD_ID
from
ADHOC.ATS_ES