J
JaneLeigh
Hi
I am trying to assign a value to a temp column for something based on 2
other columns.
Select ID, Imm, Ell
From table_1
where Imm='Y' OR Ell='Y'
I want the column to report an E if or an I. Where and How do I declare?
I am trying to assign a value to a temp column for something based on 2
other columns.
Select ID, Imm, Ell
From table_1
where Imm='Y' OR Ell='Y'
I want the column to report an E if or an I. Where and How do I declare?