USE GTM_ODS
First, i declare the variable and set it . . . .
DECLARE @FTA VARCHAR (10)
SET @FTA= 'Korea'
IF @FTA = 'Korea'
Select...............known good code........................etc
ELSE IF @FTA = 'GSP'
Sel
First, i declare the variable and set it . . . .
DECLARE @FTA VARCHAR (10)
SET @FTA= 'Korea'
IF @FTA = 'Korea'
Select...............known good code........................etc
ELSE IF @FTA = 'GSP'
Sel