In my table I need to search specific columns in a specific row to find which column contains the value I define.
For example in my table
ID | Col1 | Col2 | Col3 | Col4 | Col5 | Col6
--------------------------------------------
1 | A | B | C | C | B | A
2 | C | B | A | A | C | B
3 | B | A | C | B | A | C
I need a query to search columns 4, 5 and 6 in Row 2 and tell me in which column value B occurs (Col6).