I am embarrassed for even asking this...
I can't seem to even get this to work . .
[code language="sql"]SELECT * into #temp2
From
(Select
SUPPLIER_ID
From
SOLICIT.GTM_DOC D
)
I can't seem to even get this to work . .
[code language="sql"]SELECT * into #temp2
From
(Select
SUPPLIER_ID
From
SOLICIT.GTM_DOC D
)