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: 381
        
tsql
|sql-server
Hi
Is it possible to write something like
Case when a in (value1,value2) then b else a end
© Stack Overflow or respective owner