!!! there is a way to solve this problem using HAVING, but is there other simple way of doing it without use of HAVING ?
let's say I have a table t1 which has got two relations a and b.
-a b
-1 2
-2 1
-3 4
-4 9
-8 5
-5 2
-6 5
how do I print only the cases from column B that are repeating (in this case: 2 and 5)?