Table Structure
Id your_user_id my_user_id
1 33 35
2 35 45
3 36 35
4 35 47
5 46 50
Expecting
Join Record
33
45
36
47
I want to get all matches record of id 35 wheather it is in my_user_id or in your_user_id