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

Add two columns when one is the output of a Case statement

$
0
0
I need to add the T.Duty Rate to the Chap_99_Rate.  Please advise.

[code language="sql"]SELECT
l.HTS_99_Num,
    L.Ctry_Origin,    
T.DutyRate,

Viewing all articles
Browse latest Browse all 3145

Trending Articles