I think I have to use a CASE statement to perform something equivalent of an iff.
I have a select statement that I would to convert to a case statement:
Select F1, F2 FROM Table1
If F1 = F2 Then display this code
[SQL Statements HERE]
Else display this code
[SQL Statements HERE]
End
Can someone point me in the right direction.
Thanks
I have a select statement that I would to convert to a case statement:
Select F1, F2 FROM Table1
If F1 = F2 Then display this code
[SQL Statements HERE]
Else display this code
[SQL Statements HERE]
End
Can someone point me in the right direction.
Thanks