Viewing 3 posts - 1 through 3 (of 3 total)
Yes, John's version is simpler, you dont need a nested Case statement.
Cheers
Vasan
November 8, 2011 at 6:47 am
#1404483
You would do this with a case statement, the case statement syntax goes like this:
Case When <condition> Then <expression> Else <expression> End
Applying the above, your statement should go like this:
case...
November 8, 2011 at 6:22 am
#1404452
Hello,
Will 'UniqueIdentifier' datatype help you out?
November 8, 2011 at 6:10 am
#1404432