I got following table structure.
id || column a || column b
---------------------------------
1 1 2
2 5 1
3 1 2
4 2 3
5 6 52
6 1 1
7 3 5
8 6 52
9 52 6
10 13 88
How to select rows with same values in both columns? So in my case i should get rows where id equals 1,3,5,8