select * from user_memberwhere uid in (select uid from user_member group by uid having count(uid) > 1)