Skip to Main Content

SQL & PL/SQL

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!

XOR operator

538603Oct 17 2006 — edited Oct 17 2006
Is there any way to use XOR operator in select?

For example I want to achieve smth like:
select * from MyTable where col1 ='A' XOR col2 = 'B' XOR col3 = 'C'

Any ideas how to make this? (I will be very happy if someone give me an example)

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 14 2006
Added on Oct 17 2006
6 comments
12,281 views