like this:
select 
  case col 
   when value then
     ...
   when value1 then
     ..
   else
    ...
  end case
 from ...