using "in" with a case statement

Posted by magic1 on Stack Overflow See other posts from Stack Overflow or by magic1
Published on 2010-03-25T12:12:52Z Indexed on 2010/03/25 12:23 UTC
Read the original article Hit count: 344

Filed under:
|

Hi

Is it possible to write something like

Case when a in (value1,value2) then b else a end

© Stack Overflow or respective owner

Related posts about tsql

Related posts about sql-server