So i have this table:
numb_1 | numb_2 | numb_3
------------------------
5 | 5 | 5
1 | 5 | 5
2 | 2 | 3
5 | 3 | 6
5 | 4 | 7
how do i find the most common value in the 3 fields?
so for the example above it would give me 5