Search posts...
select a.user_a_id, b.user_a_id user_b_id ,c.user_b_id user_c_id from edges a join edges b on a.user_b_id = b.user_a_id join edges c on a.user_a_id = c.user_a_id and b.user_b_id = c.user_b_id where 3820 in (a.user_a_id,b.user_a_id,c.user_b_id);
silver