1
SELECT * , count(openid) as count FROM `cul_logindata` GROUP BY `openid` HAVING count>1