RE: Irritating problem

  • From: "Robertson Lee - lerobe" <Lee.Robertson@xxxxxxxxxx>
  • To: "Michael Moore" <michaeljmoore@xxxxxxxxx>, <sfaroult@xxxxxxxxxxxx>
  • Date: Tue, 8 Nov 2011 00:04:27 -0000

Oh dear,
 

Fantastic and I knew it would be something simple. 

 

That works a treat and also for the other bit that needs to be done as
part of that as well.

 

Thanks to everyone who contributed to curing my brain freeze J

 

 

From: Michael Moore [mailto:michaeljmoore@xxxxxxxxx] 
Sent: 07 November 2011 23:50
To: sfaroult@xxxxxxxxxxxx
Cc: Robertson Lee - lerobe; oracle-l@xxxxxxxxxxxxx
Subject: Re: Irritating problem

 

Why not just ...

 

SELECT CASE

          WHEN readership_often_saturday IN ('One', 'Two', 'Three',
'Four') THEN 'Y'

          ELSE 'N'

       END

          AS reader

  FROM lee;

         

 

***************************************************************************
The information contained in this communication is confidential, is
intended only for the use of the recipient named above, and may be legally
privileged.

If the reader of this message is not the intended recipient, you are
hereby notified that any dissemination, distribution or copying of this
communication is strictly prohibited.

If you have received this communication in error, please resend this
communication to the sender and delete the original message or any copy
of it from your computer system.

Thank You.
****************************************************************************

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


Other related posts: