Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Two selects, a column is invalid in the the second Select,but not first

$
0
0
t.Duty_Saved is an INVALID COLUMN Name in the second Select but not the first.
Odd.  Thoughts?  thanks 


[code language="sql"]use GTM_ODS;

if object_id('TEMPDB..#tempProto')

Viewing all articles
Browse latest Browse all 3145

Trending Articles