Hello,
How can I find out a duplicate value in multiple columns exist of the same row in a table?
E.g. I have column value ABXYZ in multiple columns of the same row. How do I find the same value (ABXYZ) exist of the same row?
P.S. I am using a primitive Oracle database which is Oracle 8i
Appreciate any help