Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Having ( ) and & in the values

2893170Oct 13 2015 — edited Oct 13 2015

Hi All,

I have a simple case statement

case when descr= 'book' then 1

       when descr='SUPPORT (COPYING & SORTING FILES)' then 2

       else null end

when i run the query am getting NULL wherever i have descr as 'SUPPORT (COPYING & SORTING FILES)'. I know its because of the  ( ) and & , can some one please guide me to a link where i can deal with these kind of situations? I looked up and found notes on how to deal with & , but that didn't work.please need help.

Thanks

Amy

This post has been answered by Gary Graham-Oracle on Oct 13 2015
Jump to Answer

Comments

EJP
The answer is (1) no, and (2) the cache is maintained somewhere behind InetAddress, possibly in the JNDI DNS provider, but because of (1) it really doesn't matter where it is.
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 10 2015
Added on Oct 13 2015
3 comments
442 views