sql - How to add decode inside of the WHERE condition? -


the inside of decode add condition? example:

where decode (id, 'a', name not in ('b'), name not in('c') 

so please give solution...

maybe can change in this, without having use decode

   (id='a' , name not in ('b')) or name not in ('c') 

Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

Laravel mail error `Swift_TransportException in StreamBuffer.php line 269: Connection could not be established with host smtp.gmail.com [ #0]` -

c# SetCompatibleTextRenderingDefault must be called before the first -