Hi All,
I want to select a value based on different column in SQL Server,
say
Result = Isnull(A.OUT1,'')<>'' then select A.OUT1
Isnull(A.OUT2,'')<>'' then select A.OUT2
Isnull(A.OUT3,'')<>'' then select A.OUT3
How to form query to get the Result?