Re: Irritating problem

  • From: Michael Moore <michaeljmoore@xxxxxxxxx>
  • To: sfaroult@xxxxxxxxxxxx
  • Date: Mon, 7 Nov 2011 15:50:11 -0800

Why not just ...
SELECT CASE
          WHEN readership_often_saturday IN ('One', 'Two', 'Three', 'Four')
THEN 'Y'
          ELSE 'N'
       END
          AS reader
  FROM lee;

>
>
>


--
//www.freelists.org/webpage/oracle-l


Other related posts: